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 / ramesh bhardwaj

Java is not pure object oriented programming language because ,It is used Primitive Data Type

Is This Answer Correct ?    1 Yes 2 No

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

Answer / guest

yes, JAVA is pure object oriented Because a large application
consists of components objects, which interact with each
other. These components can be used to develop various
applications.

Is This Answer Correct ?    4 Yes 7 No

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

Answer / brijendra kumar(java xavient)

No,
java is not pure object oriented programming language
because java does not support the pointer concept.

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Core Java Interview Questions

Name container classes in java programming?

0 Answers  


What all access modifiers are allowed for top class ?

0 Answers  


What are static blocks and static initalizers in java ?

0 Answers  


What are inner and anonymous class?

3 Answers  


How does linkedhashmap work in java?

0 Answers  






What is comparator in java?

0 Answers  


What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList<String> list = new ArrayList<String>(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i<list.size();i++) { list.remove(i); } System.out.println("size after:"+list.size()); } }

5 Answers   Rolta,


What is compareto?

0 Answers  


Does variable declaration allocate memory?

0 Answers  


how to prepare for IT Officers Interview in Banks

0 Answers   TATA, Tata Steel Limited,


AWT event listeners extends what interface?

1 Answers  


What is immutable in java?

0 Answers  


Categories