What is meant by oops concept in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is method and methodology?
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 .
Is java developer a good career?
Explain what are final variable in java?
Can we override static methods?
18 Answers Bally Technologies,
What is the purpose of the strictfp keyword?
What is difference between static and final?
what is mean by ooad? where we are using? can you tell me any real time example?
heavy components means what?
can we write a program with out a class in core java?
What is collection class in java? List down its methods and interfaces.
When is the garbage collection used in Java?