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 Forms Authentication in ASP.NET?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is the use of response redirect in asp.net?
Why is this service branded with windows livetm?
Which validator control you use if you need to make sure the values in two different controls matched?
Explain diff. Betn dataset and recordset?
Web API supports which protocol?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What are the new features implemented in ASP.NET?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
Why is the standalone environment only useful during the development process?
explain code with multi inhertance
Disable browser cache for entire ASP.NET website?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?