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 |
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion
Integer.parse Int(bf.readLine(System.out.println("enter value for n["+m+"]:"))); can it run under this
Is void a keyword in java?
Can we use different return types for methods when overridden?
How can a class be accessed, If no access modifiers are declared?
Write a program to print the pattern given below
What is a java developer salary?
What is garbage collection in Java, and how can it be used ?
32 Answers Accenture, HCL, Infosys, Sara, SITS, TCS, Wipro,
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What are the advantages of packages in java?
What is difference between float and double?
What is meant by constructor?