What is difference between Java, core Java and JavaScript?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

"Rajesh Kumar N: Guiding Young Minds from 1 to 12 with Expertise and Care"

Java: A general-purpose, object-oriented programming language used for building a variety of applications, including web, desktop, and mobile apps. Typically used for backend development, enterprise systems, Android apps, and more. Compiled language (runs on JVM). Core Java: Refers...
read more
Java: A general-purpose, object-oriented programming language used for building a variety of applications, including web, desktop, and mobile apps. Typically used for backend development, enterprise systems, Android apps, and more. Compiled language (runs on JVM). Core Java: Refers to the basic features of Java, including core libraries like collections, exception handling, multithreading, and basic OOP concepts. Excludes additional Java frameworks (like JSP, Spring, etc.) and is focused on the core Java functionality. JavaScript: A scripting language primarily used for web development (front-end) to create dynamic, interactive content on webpages. Can also be used for server-side development with Node.js. Runs directly in browsers (client-side) and is event-driven, asynchronous, and loosely typed. Key Differences: Java: Full-fledged programming language for various applications (backend, mobile). Core Java: The foundational subset of Java, excluding advanced libraries and frameworks. JavaScript: A scripting language mainly for dynamic web page functionality, not related to Java except for the name. read less
Comments

Online Mathematics tutor with 8 years experience(Online Classes for 10th to 12th)

Java: A general-purpose, object-oriented programming language used for building a variety of applications, including web, desktop, and mobile apps. Typically used for backend development, enterprise systems, Android apps, and more. Compiled language (runs on JVM). Core Java: Refers to the...
read more
Java: A general-purpose, object-oriented programming language used for building a variety of applications, including web, desktop, and mobile apps. Typically used for backend development, enterprise systems, Android apps, and more. Compiled language (runs on JVM). Core Java: Refers to the basic features of Java, including core libraries like collections, exception handling, multithreading, and basic OOP concepts. Excludes additional Java frameworks (like JSP, Spring, etc.) and is focused on the core Java functionality. JavaScript: A scripting language primarily used for web development (front-end) to create dynamic, interactive content on webpages. Can also be used for server-side development with Node.js. Runs directly in browsers (client-side) and is event-driven, asynchronous, and loosely typed. Key Differences: Java: Full-fledged programming language for various applications (backend, mobile). Core Java: The foundational subset of Java, excluding advanced libraries and frameworks. JavaScript: A scripting language mainly for dynamic web page functionality, not related to Java except for the name. read less
Comments

Related Questions

How to stop session hijacking programmatically ?
HTTP is a stateless protocol. In order to track users, web applications rely on server side sessions. Two basic ways to link clients(usually browsers) to sessions are through URL rewriting and HTTP cookie....
Mnaohar S
Need to do java core and advanced certificate. Which books or pdf is need to refer?
Hi Prashanth, At first to be clear there is nothing called Core and Advance certificate, Its OCJP/SCJP Certification. The cost and other details are already mentioned in their respective portals. The...
Prashanth
Why using Overriding in Java ?
There was a student who always pronounces "University" as "Univerkity". His teacher got angry and called the parents and asked to know the reason. Teacher got shocked as they are pronouncing "Capacity"...
Shivendra
What is an MVC and why is it important?
MVC (Model-View-Controller) is a software architectural pattern that separates an application into three interconnected components: 1. *Model*: Represents the data and business logic, managing data...
Kirti
0 0
5
What is the general syllabus covered in core Java training from any institution?
Welcome Course Overview Review of Java Fundamentals The Java Environment Data Types The String Class The StringBuffer Class Arrays Passing Data Types to a Method Constructors &...
Shiv Kohli
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Write your first Python program in 10 minutes
1. Download python from python official site search "python download" in google 2. Install in your machine 3. verify using : "python --version" command 4. Write first program using notepad create...

Tips of learning Java Language/Other Programming Languages
1.You should know the basic concept: If we talk about programming languages so basic concept are same in all the high level languages. So you should know the basic concept firstly then you can easily understand...
I

Icreative Solution

0 0
0

1.2. Find the largest element in an array.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; int max = arr; for (int i = 1; i < arr.length; i++) { if (arr > max) { max = arr; } } System.out.println("Largest Element: " + max); }}

10 Cool SQL Optimizations That Do Not Depend On The Cost Model
Today, we don’t want to talk about cost based optimisation, i.e. optimisations that depend on a database’s cost model. We’ll look into much simpler optimisations that can be implemented...

Puzzle Game coding
import java.awt.BorderLayout;import java.awt.Color;import java.awt.Dimension;import java.awt.Font;import java.awt.FontMetrics;import java.awt.Graphics;import java.awt.Graphics2D;import java.awt.RenderingHints;import...

Recommended Articles

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you