-
What are the checked Exceptions servlet service methodcan throw?
ServletException,IOException.
-
-
-
Why Cache is used by JVM ?
I want to know why JVM maintains it...? Where does stack and heap are maintained in OS memory or JVM's ?
-
Explain the following java code sample ?
int i=0,j=1;if((i++==1)&&(j++==2)) i=42;printf("i="+i+" j="+j);Output : i=1 j=1
-
Execution of BatchUpdate statements in java
Execution of BatchUpdate statements in java, I set connection.setAutoCommit(false);, And run my BatchUpdata statements, and I'm retriving the result set using "Select" statement, what are the values that I can get, new updated values or old values.Regards,Suresh
-
-
-
-
-
-
-
How to generate XML from CSV or database
Please provide me a sample code and explain
-
-
-
-
Why the Java interpreter can't run directly the applet.Eventhought the Java applet is a compiled Java code?
Because they are used as part of a larger applications.
-
-
-
Java Interview Questions
Ans