Can inner class extend any class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Explain java coding standards for constants?

0 Answers  


Why does abstract class have constructor?

0 Answers  


what is mean by method signature?

5 Answers   Satyam,


23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an <applet> tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.

0 Answers   TCS,


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,






What is fail first in java?

0 Answers  


Addition to previous section relative word 5th one was Putrid ans: rotten, also there was prob. in 1st section on bucket weight ans:10kg, also there was a prob. on train speed to find bridge length ans:800 mtrs.

0 Answers   V2 Solutions,


How to override a equals() method and what is the use?

1 Answers  


Can we use a default constructor of a class even if an explicit constructor is defined?

0 Answers  


What is variable declaration and definition?

0 Answers  


What is linked hashmap and its features?

0 Answers  


What is the tradeoff between using an unordered array versus an ordered array?

0 Answers  


Categories