Is Java a better programming language than C++?

Asked by Last Modified  

10 Answers

Learn Java

Follow 0
Answer

Please enter your answer

Tutor

If you campareboth then java has an edge n many oppurtunities compared to c++
Comments

Tutor

Yes
Comments

Teacher & Trainer

Ys
Comments

yes
Comments

Teacher

Both are good and have different usage. Java is widely used.
Comments

Software professional with 7 years experience

We can not simply compare Java with C++. Java has its advantages over C++ and vice versa. In term of number of lines and the time to develop for an application Java is ahead of C++. But when you are developing an system application where you need to to interact with the OS the BIOS ans OS internals...
read more
We can not simply compare Java with C++. Java has its advantages over C++ and vice versa. In term of number of lines and the time to develop for an application Java is ahead of C++. But when you are developing an system application where you need to to interact with the OS the BIOS ans OS internals then C++ is the better option. One example could be both support Multithreading but Java has in build language level support threading while C++ does not have but for the advantage of C++ you can use OS level threading using C++, here C++ is better than Java. read less
Comments

Tutor

Java is useful for developing applications quickly. Its useful for making consumer facing apps including android. It has wider scope than C++. C++ is useful for developing applications that are faster. This has use in trading companies, etc where software needs to be fast. Also it is useful in hardware...
read more
Java is useful for developing applications quickly. Its useful for making consumer facing apps including android. It has wider scope than C++. C++ is useful for developing applications that are faster. This has use in trading companies, etc where software needs to be fast. Also it is useful in hardware companies read less
Comments

MERN , React Native and Python Full Stack , Web Design Trainer

JAVA is Platform Independent Language and C++ is not and many more thing etc.
Comments

It depends on the type of applications you develop. Any how for larger audience java is better. 1. Write on ce and run anywhere. 2. platform indepenedent 3. Large User community 4. Open source and reference implementation available 5. Less to achieve the given functionality. 6. Variety of 3rd...
read more
It depends on the type of applications you develop. Any how for larger audience java is better. 1. Write on ce and run anywhere. 2. platform indepenedent 3. Large User community 4. Open source and reference implementation available 5. Less to achieve the given functionality. 6. Variety of 3rd party API's available for better coding. 7. Many More. read less
Comments

Tutor

Yes, because it has many feature and capabilities which C++ can not provide.
Comments

View 8 more Answers

Related Questions

Sir how is Java a pure object oriented programming language?
Java is not a purely object-oriented programming language. Lots of people say’s its object-oriented language but it is not true because Java supports primitive data type and does not handle multiple inheritances.
Ram
Can we print any string in Java without a semicolon?
Yes We can print a string with out semicolon in if statement. public class Print_Without_Semicolon { public static void main(String args) { int i = 0; if(System.out.printf("print...
Sridevi
0 0
6
What is the best site to learn Java for development?
www.javatpoint.com Is best site to learn and earn knowledge
Chai
0 0
8
Please tell me what Object Oriented Programming and Object Based Programming with reallife example..what is the difference between them.?
Hi Ritesh, In order to be a true object oriented programming language, following 4 need to be present… 1) Abstraction - Hiding the implementation details from the user, only the functionality will...
Ritesh

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

Ask a Question

Related Lessons

Class and Objects in Java
Class is a template or a blueprint which is used to describe an object. On other hand Object is a reference of a class which follows all the stuff written inside the class. How about taking the whole tour in the following video

JAVA Question 1 for beginners
String x="We are learning";String y="mistakes happen";int z=1000;System.out.println("Java is easy. "+x+" programming and "+y+" "+z +" times"); what is out put this code

1.3. Find the second largest element in an array.
public class Main { public static void main(String args) { int arr = {1, 3, 4, 6, 5}; int max = Integer.MIN_VALUE, secondMax = Integer.MIN_VALUE; for (int i = 0; i < arr.length; i++) { if (arr >...

Constructor in Java
A constructor is a particular type of method that is used to initialise the object. The constructor is invoked at the time of object creation. It constructs the values, i.e. provides data for the object...

TestNG Annotations and its sequence
public class TestNGAnnotations { @BeforeMethod public void beforeM() { System.out.println("Before Method"); } @AfterMethod public void afterMethod() { System.out.println("After Method"); } @BeforeClass...
S

Sarthak C.

0 0
0

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 >

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 >

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 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