Is java pure object oriented or not? if yes, give the valid
reason.
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Name container classes in java programming?
What all access modifiers are allowed for top class ?
What are static blocks and static initalizers in java ?
What are inner and anonymous class?
How does linkedhashmap work in java?
What is comparator in java?
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()); } }
What is compareto?
Does variable declaration allocate memory?
how to prepare for IT Officers Interview in Banks
0 Answers TATA, Tata Steel Limited,
AWT event listeners extends what interface?
What is immutable in java?