What is included in core java?



What is included in core java?..

Answer / Avkash Kumar

Core Java includes the fundamental aspects of the Java programming language. It covers topics like data types, variables, operators, control statements, loops, functions, arrays, exceptions, and object-oriented concepts such as classes, objects, inheritance, polymorphism, and interfaces.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can we overload the main() method?

1 Answers  


How do you achieve polymorphism in java?

1 Answers  


Explain a few methods of overloading best practices in java?

1 Answers  


What is hash table in java?

1 Answers  


How big is a boolean?

1 Answers  


How can you say HashMap is syncronized?

14 Answers   Arete, IBM,


What is the default value of the local variables?

1 Answers  


what is the significance of listiterator in java?

1 Answers   IBS,


can we access the super class method using subclass object?

4 Answers  


Define how destructors are defined in java?

1 Answers  


What is the difference between overriding & overloading?

1 Answers  


Why is it called buffering?

1 Answers  


Categories