Is java pure object oriented or not? if yes, give the valid
reason.

Answers were Sorted based on User's Feedback



Is java pure object oriented or not? if yes, give the valid reason...

Answer / mishal tripathi

No, it is not purely object oriented because of primitive
data types.

Is This Answer Correct ?    30 Yes 15 No

Is java pure object oriented or not? if yes, give the valid reason...

Answer / seshu godavarthi

java is not pure object oriented programming language,becoz
datatypes in java are not objects

Is This Answer Correct ?    20 Yes 12 No

Is java pure object oriented or not? if yes, give the valid reason...

Answer / vasavi

Java is pure object oriented because java will allow the
data representation inside the classes only.

Is This Answer Correct ?    18 Yes 10 No

Is java pure object oriented or not? if yes, give the valid reason...

Answer / shyam

yes java is object oriented because primitive data types are declaring inside class only

Is This Answer Correct ?    2 Yes 0 No

Is java pure object oriented or not? if yes, give the valid reason...

Answer / kumaresh

yes,java is pure object oriented language...

because all our codes are written within the class.

Is This Answer Correct ?    2 Yes 1 No

Is java pure object oriented or not? if yes, give the valid reason...

Answer / narender gusain

Yes, java is a pure object oriented language b'coz it contain wrapper class whose function is to use the primitive data type as an object.

Is This Answer Correct ?    3 Yes 2 No

Is java pure object oriented or not? if yes, give the valid reason...

Answer / vino

yes,java is pure object oriented.because each main should
enclosed with one class.the class comes under the object
oriented concept only.

Is This Answer Correct ?    3 Yes 3 No

Is java pure object oriented or not? if yes, give the valid reason...

Answer / supriya

No,
1.Primitive data types are present
2.Multiple inheritance is not support which is OOPs concept.

Is This Answer Correct ?    3 Yes 3 No

Is java pure object oriented or not? if yes, give the valid reason...

Answer / siva parvathi

yes,yes,java is pure object oriented language...

because all our codes are written within the class.

Is This Answer Correct ?    1 Yes 1 No

Is java pure object oriented or not? if yes, give the valid reason...

Answer / raamnaresh reddy.r

No,
Reason 1:- All predefined types are not Objects.
Example:- int a=10;
Reason 2:- All operations performed on objects are not
only through methods exposed at the objects but also we can
perform directly ., for example ., we can replace String
concatenate method concat() by '+'.,
Example:- String a="JAVA"+"notfullyOOL";

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Core Java Interview Questions

Can we return null in java?

0 Answers  


How do u pass data from one jsp to another jsp?

3 Answers   Fidelity,


Can a class have multiple superclasses?

0 Answers  


How can we pass argument to a function by reference instead of pass by value?

0 Answers  


what is the difference between static block and static method

19 Answers   Huawei,






What is a flag and how does it work?

0 Answers  


What are the allowed, non-Unicode letter characters that can be used as the first character of an identifier?

2 Answers  


what is a thread?

13 Answers   IBM, SunGard,


What are listeners in java and explain ?

2 Answers   TCS,


Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.

2 Answers   iGate, Seed Infotech,


program to find 25 square = 625 here the 625 of last two digits is equal to 25, i don't know excatly what this type of number is called

1 Answers   Huawei,


strings in java are objects.why?

2 Answers  


Categories