Is string is a data type?
JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu
Can we declare register variable as global?
Differentiate between vector and array list.
What is the program compilation process?
How to perform selection sort in java?
What is the destroy method?
. What are the differences between constructor and method of a class in Java?
What is immutable in java?
What is exception handling in java?
Can list contain null in java?
when we write class.forName("any one class"); what happens actually?what it will return?explain stepwise?
What is the Concept of Encapsulation in OOPS