What is the difference between C++ & Java?
Answer Posted / k.s.mayuri
C++ platform dependent whereas java platform independend
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is the volatile modifier for? : Java thread
What about interrupt() method of thread class ?
What is exception handling in java?
Is null an object in java?
Explain the difference between private, public, package and protected in java?
What sorting algorithm does javascript use?
What is a predicate method?
How do you convert an int to a string in java?
What is run time allocation?
How to check if a list is sorted in java?
How many bytes are a float?
Explain about static nested classes in java?
Is java still relevant?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Explain the JDB in depth & command line.