Can inner class have constructor?


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

Post New Answer

More Core Java Interview Questions

What are basic keywords?

0 Answers  


Define how destructors are defined in java?

0 Answers  


all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.

4 Answers  


Can a double value be cast to a byte?

3 Answers  


What is the symbol for line break?

0 Answers  






Can an abstract class be final?

10 Answers  


JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu

9 Answers   Huawei,


What is the purpose of using javap?

0 Answers  


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

0 Answers   HCL,


Name the method that used to clear the buffer ?

2 Answers  


What is the difference between == and === javascript?

0 Answers  


What is the use of arraylist in java?

0 Answers  


Categories