What are data types in oop?
Answer / Shewali Chaudhary
"Primitive Data Types (boolean, char, int, long, float, double) and Reference Data Types (class objects, array, interfaces)"
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a byte string?
What is the difference between add() and addElement() method in Vector Class ?
extending thread class or implementing runnable interface. Which is better? : Java thread
What is time complexity algorithm?
How does queue work in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
. Differentiate between instance and local variables.
Can you use abstract and final both with a method?
Why java is made?
Explain jdk, jre and jvm?
What is anti pattern in cyber security?
Can we pass a primitive type by reference in java? How