Answer Posted / ranganathkini
All of Java's primitive data types have an associated
Wrapper class. These wrapper classes provide useful
functions such as conversion or comparisons most of which
are used by Java implicitly.
Also a wrapper serves as a container for primitive values in
conditions where a reference type is expected.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What about features of local inner class?
Can we override a variable in java?
What is a superclass?
How does java enable high performance?
What methodology can be utilized to link to a database?
Is ruby built on java?
What are the methods available in a class?
What is rule of accessibility in java?
What is variable declaration and definition?
What is a variable in java?
What is the difference between compiler and jvm?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
Explain the difference between map and flatmap stream operation?
What is a singleton factory?