Which is not Object in Java?

Answer Posted / aruna

JAVA is not 100% Object Oriented as we can use primitive
datat types like int ,float in java also.we have to wrap
them into as Objet as the JVM can not treate them as
objects.In JAVA1.5 we no need to wrap them as Objects
because 1.5 provides auto wrapping up of primitive data
types.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a method in coding?

559


What does index mean in java?

529


Is string is a keyword in java?

541


What is the difference between yielding and sleeping in java programming?

578


Can we have static methods in an interface?

548






What is the difference between inner class and nested class?

544


What is the statements?

582


Does java support multiple inheritance or not?

593


What is double word?

525


What does it mean that a method or field is “static”?

543


What is the inheritance?

540


What is this keyword in java?

556


Differences between traditional programming language and object oriented programming language?

564


Explain the difference between call by refrence and call by value?

555


What is the multi-catch block in java?

524