What are the topics in core java?



What are the topics in core java?..

Answer / Raja Singh

The main topics in Core Java include Object-Oriented Programming (OOPS), Java Syntax, Data Types, Variables and Operators, Control Structures, Arrays, Exception Handling, File Handling, Interfaces, Inheritance, Polymorphism, Abstract Classes, and Collections.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can you write a java class that could be used both as an applet as well as an application?

1 Answers  


What is the difference between yield() and sleep()?

1 Answers  


Is null in java?

1 Answers  


Can main() method in java can return any data?

1 Answers  


What is anagram of a string?

1 Answers  


Can you pass by reference in java?

1 Answers  


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


Is java developer a good career?

1 Answers  


Explain thread life cycle in java?

1 Answers  


Define Compiling?

3 Answers  


How can we make copy of a java object?

1 Answers  


What is package private scope in java?

1 Answers  


Categories