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 |
What is use of super keyword?
How many digits is int32?
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 .
What is identifier in java?
What is difference between static method and static variable?
What is the difference between instanceof and isinstance?
What is difference between throw and throws ?
Difference between abstract and concrete class ?
What is the diff. b/w Interfaces & Abstract class?
How java enabled high performance?
What does java stand for?
What is difference between module and function?