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 |
Can you write a java class that could be used both as an applet as well as an application?
What is the difference between yield() and sleep()?
Is null in java?
Can main() method in java can return any data?
What is anagram of a string?
Can you pass by reference in java?
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?
Is java developer a good career?
Explain thread life cycle in java?
Define Compiling?
How can we make copy of a java object?
What is package private scope in java?