What are the advantages of java inner classes?


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

Post New Answer

More Core Java Interview Questions

Why are the destructors for base class and derived class called in reverse order when the program exits

0 Answers   HCL,


Name container classes in java programming?

0 Answers  


Can private class be inherited in java?

0 Answers  


how we can create packages in java?

0 Answers  


How do you download stubs from Remote place?

0 Answers  






why static class in java or what is use of static class in java

3 Answers   SunGard,


What is java util hashmap?

0 Answers  


Which list is sorted in java?

0 Answers  


what is meant by package in java?

5 Answers  


What happens if we override private method?

0 Answers  


Can we use synchronized block for primitives?

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  


Categories