Case Sensitivity
Question: Is Java platform-dependent where the case sensitivity of filenames is concerned? In Unix, filenames are case sensitive whereas in Windows they are not. How does it work when Java
Question: Is Java platform-dependent where the case sensitivity of filenames is concerned? In Unix, filenames are case sensitive whereas in Windows they are not. How does it work when Java
Question: We need to create a view based on about 1600 tables. One of the problems is that we cannot enter all of the query into the buffer because the
Question: How can I get out the value of a blob to print out on a web page using Java? I am using a cursor to get out all the
Question: Is there code to reload a whole page when it is resized? The page with the layers is nested in a frame which is opened in other page. When
Question: When loading a web page, I need to have JavaScript look at the browser it is loading into, and if it is not version 5 (Internet Explorer 5), I
Question: Why does Java accept function declarations like public void func(); but not declarations like public void func(void); Answer: Java is not C. Despite the similar syntax, all C idioms
Question: What is delegation and how can I use it? Could you please give an example of a simple delegation technique? Answer: Delegation is a technique where one object directly
Question: Is there a way to prevent users from using the VIEW/SOURCE to view the HTML in my pages? I need to have this for a form that uses sensitive
Question: In the current Web project I have been working on, I have some links on my page which execute a JavaScript function. With this JavaScript function, I open up