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
what is difference between type 4 driver and type 1 driver?
2 Answers CMC, CTS, IBM, JK Technosoft, Napier Healthcare,
Can set contain duplicates?
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 } }
What do you mean Abstraction in java?
Where are variables stored?
java is pure object-oriented programming language?why it is platform independent.
Explain about java sdk?
What is high level language in computer?
Can this keyword be used to refer static members?
Can we create an object of private class?
Can singleton class be inherited in java?
What type of variable is gender?