what is difference between java and c#

Answer Posted / nithya

java is purely object oriented language.
it's not a case sensitive.
its not support only polymorphism
and also used for web application(applet)

c# extension of c,
it's a case sensitive.
and used for desining purpose in the .net language

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

9.Difference between even and odd signals?explain with the diagram?

2968


pleasew define carrier scope in abap (sap).

2108


what is difference between kpo and it industry? that is in terms of work, package etc

1542


How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?

1542


How can we develop a multi-tier application in Java?

1472






what is meaning of MDM in sap?let me know that meaning

1686


how to hide prompts

1465


can any one suggestion me present which course(except java,.net) has huge demand in the market?

1620


the systematic access of small computers in a distributed data processing system is referred as?

2729


what are importance in problem tracking

1622


what is delegate and delegation model give the real live example on delegate model

2821


What is %Type,%Rowtype?

1842


1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.

1823


which worker is involved in all the phases of SDLC?

1707


Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".

1957