Explain java heap space and garbage collection?
Why scanner is used in java?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
How to do a true java ping from windows?
What is lastindexof in java?
What are the features of java?
What is the applet security manager, and what does it provide?
could you run the java program without main method?
Every class extends object but why it is not possible for every object to invoke clone() method. ideally protected methods should be accessible from sub classes. isn't it?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What are the different tags provided in jstl?
What is passing parameters in java?
describe synchronization in respect to multithreading? : Java thread