What is the SimpleTimeZone class?

What is the SimpleTimeZone class?

- It is a concrete subclass of TimeZone, which represents a time zone for use with a Gregorian calender.

- It is an instance of 'java.util.SimpleTimeZone' class.

Declaration of SimpleTimeZone Class:

public class SimpleTimeZone
extends TimeZone

- The SimpleTimeZone is created by using the base time zone offset from GMT time zone ID, and rules, for starting and ending the time of daylight.
What is the purpose of the System class?
Purpose of the System class - System class is provided with useful fields (static members) that are pertaining to the environment...
How are this() and super() used with constructors?
How are this() and super() used with constructors? - this() constructor is invoked within a method of a class, if the execution of the constructor is to be done before the functionality of that method...
What is transient variable?
A variable declared as transient serializable......... as declared is the although serialized be cannot Serializable a in ?
Post your comment