devxlogo

Tip Bank

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

Store Procedure and View Creation

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

Blobs and Java

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

JavaScript Browser Detection

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

Void Function Arguments

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

Delegation Technique

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

Viewing Source Code

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

Scroll() Function

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