Define Wrapper Classes in Java.
Answer / nashiinformaticssolutions
In Java, when you declare primitive datatypes, then Wrapper classes are responsible for converting them into objects(Reference types).
| Is This Answer Correct ? | 0 Yes | 0 No |
Do I need java on my computer?
What is update method and when it is called?
Wha is the output from system.out.println(“hello”+null); ?
What is map and hashmap? also tell the difference.
What are the latest versions in JAVA related areas?
What types of index data structures can you have in java?
Why there are some null interface in java? What does it mean?
How do you set security in applets?
Can we store variables in local blocks?
What are the new features in java 8?
What does indexof return in java?
Can a function return a function?