If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?


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

Post New Answer

More Core Java Interview Questions

What is member in java?

0 Answers  


what is thread in Java ?

0 Answers  


Difference between overloading and overridding?

4 Answers  


abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }

3 Answers  


What is the purpose of the finalize() method?

0 Answers  






What is the difference between sop and work instruction?

0 Answers  


What is the function of http?

0 Answers  


Suppose there is an array list [10,5,20,19,15,24].Print them in ascending & descending order in collection framework concept ???

2 Answers   Cognizant,


How do you write methodology?

0 Answers  


What is space character in java?

0 Answers  


What is the most important feature of java? What is an interface?

0 Answers  


Discuss about garbage collector in Java.

0 Answers   Agilent, Integreon, ZS Associates,


Categories