answersLogoWhite

0

If a server object is not loaded in the memory and the request for it, then the server object is loaded in to the memory and is initialized

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

When did The Dame Was Loaded happen?

The Dame Was Loaded happened in 1995.


How do you zoom in on minecraft PC?

Get the client optifine. Then once it is loaded up, press left ctrl to zoom !


Where does one get a good mobile email client?

Most phones will come pre-loaded with an email client. This client is typically able to accept multiple emails, but if the email client you use is not available, then the Android or iTunes stores will have a downloadable version, which is typically free.


What will happen If I open the barrels of a double barrel shotgun and its loaded?

The cartridges will pop out.


Does Lexapro 10mg get you loaded?

I wouldn't say it gets you loaded...it will affect everyone differently. For me personally, it made me hallucinate when I took it...but no one I knew that was on it had that happen to them.


How do you make your smackdownvsraw2009 game to work it goes to the part it suppose to loaded at if that it goes black?

your computer is not meeting the minimum requirements or maybe you dont have the graphic card to play it


What must happen to a program that is stored on a hard drive before it can be?

It must be loaded into RAM and assigned memory addresses


What must happen to a program that is stored on hard drive before it can be executed?

It must be loaded into RAM and assigned memory addresses


What part of speech is Loaded?

"Loaded" can be an adjective (e.g., a loaded gun) or a verb (e.g., loaded the dishwasher).


What does floor load means?

The trailer loaded


What is client side DNS resolver cache?

The client resolver cache is the first place that the DNS client looks for host name resolution. Because it is a location in memory, the client resolver cache resolves IP addresses more quickly than the other host name resolution methods and does not create network traffic. The cache stores host names that have recently been resolved. It also contains mappings that are loaded from the Hosts file. These mappings include the record name, Time-to-Live (TTL) value, and IP address.


How do you know who loaded your page in PHP?

A simple approach would be to log the IP address of each visitor to your website. The IP address identifies the computer or network from where the client visited your website so you should be able to retrace each visitor. In PHP, the IP address of the client is available in the $_SERVER environment variable. $_SERVER['REMOTE_ADDR'];