what is difference between java and .net
Answer Posted / nani
Java Can Run on Multipal Platforms but .Net can be used
only on Windows Plateform.
Java is a Language but .Net is not a Language but it is a
Development Platform that supports Many Languages.
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
What is the difference between trace and debug in asp.net?
Why do we use asp.net?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Explain in what order a destructors is called.
Describe how ASP.NET maintains process isolation for each Web application?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Explain the basic functionality of garbage collector?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
Do cookies store passwords?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Is global asax mandatory?
What is runat?
What is the file through which you can customize your asp.net application?
How to send a DataReader as a parameter to a remote client ?
What is global.asax file used for?