Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Import and Runtime

Status
Not open for further replies.

DKL01

Programmer
Joined
Sep 14, 2000
Messages
233
Location
US
Hi,

I'm little bit confused what will happen during compile time and run time with following code.

import java.text.SimpleDateFormat;
SimpleDateFormat sdf = new SimpleDateFormat( "MM/dd/yyyy" );

Will SimpleDateFormat class will load in VM during run-time ?

Thanks
 
Mmmm.

Seems to me there is a deeper reason for this post. Why are you confused? Is something not working correctly in relation to your SimpleDateFormat instance?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top