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
What are events in smartforms?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
How to call dll API sub routine in VB Form.
How to set fixed width in particular
what is the difference between Windows application and Unix application?
What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
What is the difference between CLEAR & RESET and OPEN & CLOSE OPCOEDS(USING RPG/400).wheare we can use this?can any body tell me in real time senario with example please?
what are the differences between CONS, LIST, and APPEND
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
How to print No.of.rows affected after updation using ADO.Net
WHat is execution in manual testing and when will we start execution and what language we use in execution
What's the difference b/w Table & Templete in Smartform?
how do find the user exit for selected feild whatis the process and can u plz explain it
what is radio button? Plz show code this! how will select radio buttons to go next window Forms? Supose o radio button1 o radio button2 o radio button3 o radio button4 how will coding this? Plz explain this!
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.