What is the Locale class

The Locale class is used to tailor program output to the conventions of a particulargeographic, political, orcultural region.

Showing Answers 1 - 9 of 9 Answers

A local class is a class that is associated with a containing instance, and can access any members, including private members, of the containing class.It is visible only within the block that defines it; it can never be used outside that block.Local classes cannot be declared public, protected, private, or static. These modifiers are for members of classes; they are not allowed with local variable declarations or local class declarations.

pon suresh

  • Oct 6th, 2012
 

what is object class in java?

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions