what happened when type url in address bar and press enter?

Answers were Sorted based on User's Feedback



what happened when type url in address bar and press enter?..

Answer / rakesh choudhary

Here first server processes the request and variables are initialised i.e init() method is called and page is initialised after that page is loaded hence load() is called.After that and before the page is actully displayed the pre render() method is called and finally unload() method is called after the page is displayed.

Is This Answer Correct ?    7 Yes 1 No

what happened when type url in address bar and press enter?..

Answer / ppk

Here You are expected to answer the what is page loading
process ......

Is This Answer Correct ?    2 Yes 2 No

what happened when type url in address bar and press enter?..

Answer / sudarsan

The address bar send the request to server and load the requested site.here Page life cycle is taking place.

Is This Answer Correct ?    1 Yes 1 No

what happened when type url in address bar and press enter?..

Answer / rujvendrasingh rawate

the url is break into four parts(i.e. ip addresses)first is
protocol in use,2nd host name or ip addr,3rd protocol port
no.,4th actual file path

Is This Answer Correct ?    2 Yes 6 No

what happened when type url in address bar and press enter?..

Answer / rajkumar(air)

The URL is break into four parts(i.e. ip addresses)first is
protocol in use,2nd host name or ip addr,3rd protocol port
no.,4th actual file path.

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Dot Net Framework Interview Questions

The order of the filters that get executed, if the multiple filters are implemented?

0 Answers  


Explain Bundle.Config in ASP.Net MVC4?

0 Answers  


Explain the difference between viewbag and viewdata in mvc?

0 Answers  


What platforms does the .NET Framework run on?

1 Answers  


What is "out" parameter how it is used in methods?

6 Answers   Polaris,






Do you know about the new features in ASP.Net MVC 4 ?

0 Answers  


How does assembly versioning work?

1 Answers  


What is the difference between .net core and .net framework?

0 Answers  


How to answer for project questions..?

0 Answers  


what is .edmx file and what it contains?

0 Answers   Microsoft,


What is the advantage of mvc?

0 Answers  


What is asp net framework?

0 Answers  


Categories