Basic and Advance Java Question:

What are wrapped classes in Java Programming?

Java Interview Question
Java Interview Question

Answer:

Wrapped classes are classes that allow primitive types to be accessed as objects.


Previous QuestionNext Question
Is sizeof a keyword in Java Programming?Does garbage collection guarantee that a program will not run out of memory?