What is the difference between C++ & Java?
Answer Posted / sarathi
C++ is console applications oriented and Java is Web Application Oriented.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Write a program to print fibonacci series
What is linked hashset and its features?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is a conditional statement explain with example?
What are the differences between stringbuffer and stringbuilder?
What is difference between iterator access and index access?
How is string immutable in java?
what is server side caching?
Tell some latest versions in JAVA related areas?
What is primitive data type in java?
What is your platform’s default character encoding?
Why collection doesn’t extend cloneable and serializable interfaces?
What is lifetime variable?
How can you traverse a linked list in java?
Can a class extends itself in java?