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

What is the Class class?



Posted By: Avi Date: 8 November 2010 11:29:48 AM
 Answer:

The Class class is used to obtain information about an object's design.


Posted By: avibtech


Date: 8 November 2010 11:29:48 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image dvDkd8
Related Questions
Core Java : Can you rethrow the exception?

Can you rethrow the exception?

Yes
Category: Core Java Date: 11/6/2010 3:42:49 AM
Core Java : What is a void return type?

What is a void return type?

A void return type indicates that a method does not return a value.
Category: Core Java Date: 11/6/2010 3:30:54 AM
Core Java : How is rounding performed under integer division?

How is rounding performed under integer division?

The fractional part of the result is truncated.
Category: Core Java Date: 11/6/2010 3:09:48 AM
Core Java : What is an abstract method?

What is an abstract method?

An abstract method is a method whose implementation is deferred to a subclass.
Category: Core Java Date: 11/6/2010 2:58:53 AM
Core Java : What Checkbox method allows you to tell if a Checkbox is checked?

What Checkbox method allows you to tell if a Checkbox is checked?

getState()
Category: Core Java Date: 11/6/2010 2:57:54 AM