How many days will it take to learn java?
What are decalarations?
Explain different ways of creating a thread?
how to handle exceptions in ejb?
How many types of gc are there in java?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
Why Java is called as purely platform independent..? Explain briefly..dont Give regular answers Explain with your own example..?
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
Explain the importance of finally over return statement?
What is string and example?
diff between abstract methods and interfaces with programing (code) example?
What is the difference between Array and Hash Table?
what is the difference between a threads start() and run() methods? : Java thread