Core Java Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 883 Page Views: 

Which class is the immediate superclass of the Container class?



Posted By: Avi Date: 9 November 2010 08:11:53 AM
 Answer:

Component


Posted By: avibtech


Date: 9 November 2010 08:11:53 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image 5Q1hZK
Related Questions
Core Java : What is the difference between URL and URLConnection?

What is the difference between URL and URLConnection?

A URL represents the location of a resource, and a URLConnection represents a link for accessing or ....
Category: Core Java Date: 11/5/2010 5:09:51 PM
Core Java : What is the Collection interface?

What is the Collection interface?

The Collection interface provides support for the implementation of a mathematical bag - an unordere....
Category: Core Java Date: 11/5/2010 3:20:53 PM
Core Java : What is the purpose of the System class?

What is the purpose of the System class?

The purpose of the System class is to provide access to system resources.
Category: Core Java Date: 11/5/2010 2:47:53 PM
Core Java : What is the difference between ServerSocket and Socket?

What is the difference between ServerSocket and Socket?

They are the two important TCP Socket classes. ServerSocket is useful for two-way socket communicati....
Category: Core Java Date: 11/5/2010 1:42:51 PM
Core Java : Why are the methods of the Math class static?

Why are the methods of the Math class static?

So they can be invoked as if they are a mathematical code library.
Category: Core Java Date: 11/5/2010 12:25:54 PM