what is difference between java and .net
Answer Posted / surekha reddy
Java is purely platform independent language, where as .net
is partially platform independent
both provides gui but .net doesnot need any coding for gui
its just drag and drop where as in java for everything
coding is required.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the difference between user control an custom control?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Describe the events in the life cycle of a web application.
How many types of validators are there in asp net?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What’s the difference between asp.net web forms and asp.net mvc?
What is the difference between the asp and asp.net?
Explain the updatepanel?
What is application state?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Describe the difference between inline and code behind - which is best in a?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What are strong names?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
What are session state modes?