What about member inner classes?


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

Post New Answer

More Core Java Interview Questions

explain what is transient variable in java?

0 Answers  


Does java support multiple inheritance or not?

0 Answers   Hexaware,


is memory to the abstract class allocated ..or objects not instantiated

7 Answers   Synechron, TCS,


Does importing a package imports its sub-packages as well in java?

0 Answers  


What is the difference between JDBC 1.0 and JDBC 2.0?

0 Answers   Corent Technology,






Difference between String and String Buffer?

3 Answers  


Why unicode is important?

0 Answers  


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


How do you achieve singleton?

0 Answers  


I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.

1 Answers  


What is the syntax and characteristics of a lambda expression? Explain

0 Answers  


Difference between abstract and concrete class ?

0 Answers  


Categories