Which is not Object in Java?

Answer Posted / vinod

Except primitive data types, everything is object in java.
We need to convert these primitive data types to an objects
using wrapper classes.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain hashset and its features?

572


What is stringreader?

523


What is string builder in java?

552


What is constructor and virtual function? Can we call a virtual function in a constructor?

674


What is object-oriented programming?

564






Is java hashset ordered?

570


what is meant by encapsulation?

623


When is the arraystoreexception thrown?

564


Can you call one constructor from another if a class has multiple constructors?

581


How does a for loop work?

500


How to create an interface?

623


What is join () in java?

524


Explain restrictions on using enum?

624


What is the use of static class?

537


Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?

601