what is difference between java and c#
Answers were Sorted based on User's Feedback
Answer / ashish jadhav
java is platform independent language.
C# need .NET platform.
java is Also case sensitive language
java does not support operator overloading.
c# supports operator overloading.
in java code check 2 while execution 1st at compile time
and 2nd at runtime.
in c# code check only once at compile time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.
What do you understand by modular programming?
Is buffer size and file block size is similar? If similar,at which case it will be same size?
differenc between visual studio 2005,2008 & 2010?
I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.
plz send me NIC Scientific Officer /Engineer-SB(Programmer) previous question paper or syllabus
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
what you mean by mantis in IT interview? why we use mantis? advantage of mantis?
how to invoke the macro in another macro?