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
How do we implement bundling in MVC?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What are the different validators in asp.net?
Explain how cookies work.
Explain significance of routing? : asp.net mvc
What is the procedure to create the environment for asp.net? : asp.net mvc
Explain about Application and Session Events ?
What is a postback url?
What is special types forms
What is data reader in asp.net?
What is difference between session and cookie?
What is ispostback method in asp.net? Why do we use that?
What are assemblies and namespaces and explain the difference between them ?
Can a master page have more than one contentplaceholder?