what are the difference between C,C++and Java
Answer / v.krishnakumar
c language is a procedural oriented language, but c++, java
are object oridented language. java doesnot support
pointer, multiple inheritance, but c++ allow to support.
java have the facilities of database connection, but c, c++
havenot such cababilites. finally c uses malloc , calloc
for memory allocation, but c++ uses new, delete....
| Is This Answer Correct ? | 14 Yes | 0 No |
Why we use NEW operator when we create Object,While in C++ we donot ?
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
how to add Servlet-api.jar file into eclipse 3.3.2 ?
What is the worst case of AVL tree?
what are the 3 forms of a prolog term
what is the system development cycle
In java without use of main() how to execute the program
How to find out the user exit for va01.
Explain with examples any 2 features of OOPS.
0 Answers Tavant Technologies, Verifone,
HTML is a subset of
how does database connection using ADO.NET?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.