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
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What is the difference between this() and super()?
What is difference between public static and void?
Explain the importance of import keyword in java?
Is java hard to learn?
What is string in java is it a data type?
What are the similarities between an array and an ArrayList?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What is navigable map in java?
Does substring start with 0?
Can we declare main () method as non static?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread