Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I just want to know that is it possible to open aspx (asp web page) in linux os browser?
Is it will open in safari?
Why java called platform independent ?
What is the use of JVM?
Posted

1 solution

1. A web browser should be able to open any web page, as the actual conversion work is done at the server. If you are asking whether you can host an ASP.NET website in Linux, you may need to investigate the Mono project[^].
2. Why not try it?
3. Java is platform independent because it runs inside its own virtual machine on whatever platform you are using.
4. JVM is the Java Virtual Machine that runs Java programs.
 
Share this answer
 
Comments
Am Gayathri 20-May-13 8:03am    
Thanks a lot...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900