Difference Between Java and Core Java
What is the difference between java and core java?
Answers
Answer:
The main difference between Java and Core Java is that Java is a programming language, while Core Java refers to a computing platform.
Java is a programming language, which has been influenced by the C language. It derives much of its syntax from C and C++, however it has fewer low-level facilities than either. Java is a general-purpose programming language that is designed to have fewer implementation dependencies as compared to previous languages. It is concurrent, class-based, and an object-oriented language.
Core Java is commonly used as slang to refer to the Java Platform Standard Edition. A computing platform allows the developed software to run. It contains computer architecture, operating system and Runtime libraries. It also contains hardware architecture and a software framework, as well as an application framework.
HOPE MY ANSWER HELPS :)