Explain java heap space and garbage collection?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Why scanner is used in java?

0 Answers  


This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }

0 Answers   HCL,


How to do a true java ping from windows?

0 Answers  


What is lastindexof in java?

0 Answers  


What are the features of java?

0 Answers  






What is the applet security manager, and what does it provide?

0 Answers  


could you run the java program without main method?

6 Answers  


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?

2 Answers  


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.

0 Answers   Rolta,


What are the different tags provided in jstl?

0 Answers  


What is passing parameters in java?

0 Answers  


describe synchronization in respect to multithreading? : Java thread

0 Answers  


Categories