What is string and its types?
When does a class need a virtual destructor?
What is visibility mode?
What is the difference between && and & in java?
what is unreachable code problem in multiple catch statements
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
we r taking <load-on-startup>0</load-on-startup> <load-on-startup>1</load-on-startup> in deployment descripter for loading servlets like serv1 N serv2? so 'll it take serv1 or serv2
What is append in java?
what difference between throw and throws in exception handling.
If a method is declared as protected, where may the method be accessed?
What is class forname used for?
Why Static variable required in java?For ex,class A { static int a; int b; } Why static is required?
Will set allow duplicates in java?