What mechanism does java use for memory management?


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

Post New Answer

More Core Java Interview Questions

class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


What is final keyword in java?

0 Answers  


How can we get one Interface methods whit out using implementation of interface

1 Answers   Oracle,


What is contractor means and methods?

0 Answers  


2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?

0 Answers   RBS, TCS,






What are the different types of sorting in java?

0 Answers  


whatis Home interface and Remoteinterface? with example?

0 Answers   Saksoft,


Explain about the interpreter in java?

0 Answers  


Difference between overloading and overridding?

4 Answers  


what are the major differences between jdk1.4 and jdk1.5?

2 Answers   Cap Gemini, Crimson Logic, Infosys, TCS, Tenth Planet,


What does it mean that a class or member is final?

0 Answers  


What is a ?

0 Answers  


Categories