what is the difference between Cpp And Java
Answer Posted / praneeth
in cpp there exist the concept of virtual classes where as in java it is not present
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What do you understand by looping in java? Explain the different types of loops.
What is a method type?
Explain OOPs concept.
how can i use a nonsynchronized hashtable?
What are the types of collections in java?
What is port number in java?
Name container classes in java programming?
Can a method be overloaded based on different return type but same argument type?
What is module in project?
Can we define private and protected modifiers for variables in interfaces?
Why vector is used in java?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What is a heavyweight component?
What is meant by flickering?
Why we use multi threading instead of multiprocessing?