What is OOPS Concept?



What is OOPS Concept?..

Answer / ramana

opps is object orieanted programing language.
its does not supports primitive data types

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is use of super keyword?

0 Answers  


How many digits is int32?

0 Answers  


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


What is identifier in java?

0 Answers  


What is difference between static method and static variable?

7 Answers  


What is the difference between instanceof and isinstance?

0 Answers  


What is difference between throw and throws ?

0 Answers   Cyient,


Difference between abstract and concrete class ?

0 Answers  


What is the diff. b/w Interfaces & Abstract class?

6 Answers   Ericsson,


How java enabled high performance?

0 Answers  


What does java stand for?

0 Answers  


What is difference between module and function?

0 Answers  


Categories