C and C++ has constructors and distructors, why does Java
does not have distructors?
Because java has automatic garbage collection feature and java
does not let you illegally or accidentally release memory
occupied by an object.
| Is This Answer Correct ? | 7 Yes | 1 No |
What is append in java?
What is the main method java?
What is character in data type?
take any 4 input numbers. like 2345.. wanted out put is All 16 combinations of the number 2345.. for example- taking input as 4565 output- 5654 4556 4655..
What is jvm? Why is java called the platform independent programming language?
Explain public static void main(string args[]).
What is parsing in java?
How does final modifier work?
what is stringtolennizer with example?
Why we use multi threading instead of multiprocessing?
What is a 16 bit word?
In which language JVM (Java Virtual Machine) is implemented