How applets will communicate with each other?
Detail discussions on JVM, memory management and garbage collector.
What is ++ a in java?
What is java reflection api?
Can I declare a class as private?
I have one POJO class(Java bean class), it has two variables for that it has setters and getters. Now i have created two objects for that class and i have set the data for those variables through this two objects. Now question is i want check whether those two objects have same data or not, for this write a program? Thanks, Bose.
Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?
how can i take the inputs from users in java program?
What is Garbage Collection in Java
what is jdk1.5 features?
Why is singleton class used?
what is the life cycle of jsp?
What is constructor chaining and how is it achieved in java?