what is difference between java and .net
Answer Posted / vikas mathur
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 ? | 71 Yes | 7 No |
Post New Answer View All Answers
Which method do you use to kill explicitly a users session?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Do cookies store passwords?
What is query string in asp.net?
Differentiate between namespace and assembly.
Name the tools or API for developing or testing web api?
What are the validation controls available in ASP.NET?
Explain difference between dataset and recordset?
What is HTTPModule and HTTPcontext? What is the use of each?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Is asp.net free?
What is the difference between “Web.config” and “Machine.Config”?
How to bind all the binding controls in a page at once in ASP.NET?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?