What is a heavyweight component?
No Answer is Posted For this Question
Be the First to Post Answer
why java does compile time polymorphism at run time ?
how system.out.println() works?
Explain, java is compatible with all servers but not all browsers?
What is meant by JVM? Is JVM platform independent or not?
What are the pillars of java?
explain the concept of inheritance with an example?
What is encapsulation? Elaborate with example?
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.
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What is the use of static keyword in "public static void main()"
10 Answers College School Exams Tests, Infosys, Six Dee Telecom,
What is Distributed Application and what is its usage?
Can a abstract class be declared final?