adspace
Answer Posted / Pankaj Rana
There is no such thing as a wrapper class in HTML. In Java, Wrapper classes are used for primitive types, but they are not applicable to HTML.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Realized?
How to sort array in descending order in java?
What is an object in java and how is it created?
explain different ways of using thread? : Java thread
What is java string pool?
Differentiate between static and non-static methods in java.
Is minecraft 1.15 out?
Write a program to print count of empty strings in java 8?
What is a constructor overloading in java?
What are the differences between heap and stack memory in java?
What is a classloader in java?
What is the difference between equals() and == in java?
What is the difference between break and continue statements?
How to create a base64 decoder in java8?
Explain public static void main(string args[]) in java.