Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is diffrence between .NET and java?

Answers were Sorted based on User's Feedback



what is diffrence between .NET and java?..

Answer / veeramani

.net is related to only microsoft.It can be run in
microsoft only.It is platform dependent.whereas java is
platform independent i.e.,It can run on any OS

Is This Answer Correct ?    10 Yes 3 No

what is diffrence between .NET and java?..

Answer / subhransu sekhar das

it is clear that .netis platform independent because it
cannot work on every operating system...and also database
connectivityis not facilated by .net but in case of
java ..it fullfills the the above two problem

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More Core Java Interview Questions

What is yield () in java?

0 Answers  


Java support what type of parameter passing ?

7 Answers   Wipro,


What are the data types supported by java? What is autoboxing and unboxing?

0 Answers  


interface X{ void m1(); void m2(); } class Child2 extends Object implements X { public void m1(){ System.out.println("Child2 M1"); } public void m2(){ System.out.println("Child2 M2"); } } public class ParentChildInfterfaceDemo { public static void main(String[] args){ X x = new Child2(); X x1 = new Child2(); x.m1(); x.m2(); x.equals(x1); } } Will the above code work? If yes? Can you please explain why the code x.equals(x1) will work as the equals method is called on interface reference vaiable?

2 Answers  


Do you need to import math in java?

0 Answers  


Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?

0 Answers  


What is entry set in java?

0 Answers  


write SQL command for table employee where print first name or last name start like "A" and who is working in domain(angular js,java,dotnet)

1 Answers  


Define reflection.

0 Answers  


Difference between serialization and deserialization in java?

0 Answers  


what is struts-config-xml?and its use?

3 Answers  


why we use merge option in hybernate pls give a ex snippet

0 Answers   CoreObjects,


Categories