I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
No Answer is Posted For this Question
Be the First to Post Answer
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 .
Will the jvm load the package twice at runtime?
What is the difference between comparison done by equals method and == operator?
What do you mean by an interface in java?
What are the 6 mandatory procedures for iso 9001?
What is scope of a variable?
How many types of interfaces are there?
How are java objects passed to a method and what are native methods?
what are the methods of an object class?
How will you load a specific locale?
What is bool mean?
Write a program to reverse array in place?