Is it necesary to know c++ to learn Java?

Asked by Last Modified  

3 Answers

Learn Java

Follow 1
Answer

Please enter your answer

Python trainer believe in practical learning.

No, it is not necessary to know C++ in order to learn Java. Java and C++ are both programming languages, but they are independent of each other and have their own distinct features and syntax. Java and C++ share some similarities, such as both being statically-typed languages and supporting object-oriented...
read more
No, it is not necessary to know C++ in order to learn Java. Java and C++ are both programming languages, but they are independent of each other and have their own distinct features and syntax. Java and C++ share some similarities, such as both being statically-typed languages and supporting object-oriented programming. If you already have experience with C++, you may find some concepts in Java familiar, but prior knowledge of C++ is not a prerequisite for learning Java. If you are transitioning from Python to Java, you can directly focus on learning Java without needing to learn C++ in between. Java has its own syntax, libraries, and ecosystem that are specific to the language. Therefore, you can start learning Java directly and build your understanding of Java programming concepts and practices. That being said, having a background in programming with any language, including C++, can provide you with a general understanding of programming concepts, which can be beneficial when learning a new language like Java. However, it is not mandatory, and you can learn Java effectively without p read less
Comments

Java and Selenium trainer with IT professional experience in FAANG companies

No , You do not need to know c++ to learn java. Infact, c++ is slowly becoming obsolete.
Comments

You do not need to learn C++ before Java. In fact, you can learn Java without any C++ knowledge at all. The two languages follow slightly different paradigms, have a different syntax and are used in different types of software development
Comments

View 1 more Answers

Related Questions

What is the difference between abstraction and encapsulation?
Encapsulation is wrapping, just hiding properties and methods. Encapsulation is used for hide the code and data in a single unit to protect the data from the outside the world. Class is the best example...
Neval
Is Java a language or a technology?
java is both language and technology. Java platform serves as technology.
Sammeyka
0 0
5
What are the booming technologies in US from Job point of view
All the terminologies are good. First of all decide your self you want go as functional consultant or technical. If you have java background Learn Hadoop. Billing rate is very high.
Chandra
Is JAVA training only for technical students or a non-technical student also may join?
Any Body can Learn Programming Language.It All depends upon the learning of basics and all.Basics actually makes the thing different.
Vikrant
0 0
6
What are the differences between Class Methods and Instance Methods in Java?
Class methods are methods which are declared as static. The method can be called without creating an instance of the class. Class methods can only operate on class members and not on instance members as...
Neval
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

Java :: Inner Class Concepts
Java:: Inner Class Concepts--------------------------------- Inner class concepts introduced in Java v1.1 - as a part of AWT Event Handling improvements.When to use Inner class: - Without existing One...
M

Marimuthu P.

2 0
0

2.1. Reverse a singly linked list.
class Node { int data; Node next; Node(int data) { this.data = data; this.next = null; }} public class LinkedList { Node head; public void reverse() { Node prev = null; Node curr = head; Node next =...

Differences Between HashMap vs HashSet In Java.
HashSet HashMap HashSet implements Set interface. HashMap implements Map interface. HashSet stores the data as objects. HashMap stores the data as key-value pairs. HashSet...

Example of DependsOnMethod in TestNG
public class dependsonM { @Test public void login() { System.out.println("login"); } @Test (dependsOnMethods = {"login"}) public void email() { //Intentionally I am failing this testcase Assert.assertTrue(false);...
S

Sarthak C.

0 0
0

How to create Rest web services in Java
Web services are web application components that lets two different applications to communicate over the network.Let if an application which in written java provides web services can be communicated through...

Recommended Articles

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 >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

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 >

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 >

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