What are data types in oop?



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

Post New Answer

More Core Java Interview Questions

What is a byte string?

1 Answers  


What is the difference between add() and addElement() method in Vector Class ?

2 Answers   TCS,


extending thread class or implementing runnable interface. Which is better? : Java thread

1 Answers  


What is time complexity algorithm?

1 Answers  


How does queue work in java?

1 Answers  


Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?

1 Answers  


. Differentiate between instance and local variables.

1 Answers  


Can you use abstract and final both with a method?

1 Answers  


Why java is made?

1 Answers  


Explain jdk, jre and jvm?

1 Answers  


What is anti pattern in cyber security?

1 Answers  


Can we pass a primitive type by reference in java? How

1 Answers  


Categories