what is an object and how do you allocate memory to it?
Answer Posted / venkatesh
object is a run time entity.by using new keyword we can
allocate memory to it.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is final keyword?
Can you make a constructor final?
What is a byte array?
What are the different conditional statements?
What is the default execution method in java?
How do you define a singleton class?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
What is contractor means and methods?
How do I type unicode?
What are the 4 types of characters?
What is the instance of an object?
What is the difference between JDK and JVM?
What do you understand by overloading and overriding in java?
What is methods and methodology?
What is merge sort in java?