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

Is it possible to instantiate the abstract class?
Use anonymous class. Example: For an abstract class AbstrClass. AbstrClass ac = new AbstrClass() { public void m1() { // code...
Reshma
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
Hi, Can anyone help me on below queries? 1. What makes a class as "Thread safe class" ? 2. equals() method uses 3. Difference between String vs StringBuffer ?
There are three ways to construct thread-safe Java class which has some state: 1. Make it truly immutable 2.Make field volatile. 3.Use a synchronized block
Saurav
Sir tell me some tips to code in java?
If you know C / C++ already, just try how will you able to achieve same examples in java. I prefer try to understand the fundamental of java and create small programs, then make the connectivity among them. Slowly build an application.
Nitinkumar

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

Ask a Question

Related Lessons

CONDITIONAL STATEMENT - IF ELSE
1. IF condition only if is true conditon is required. if(condition){//statements} 2. IF-ELSE condition 1. to check whether the condition will be true or false.syntax of if-else2. only 1 conditionif(condition){//statements}else{//statements} 3....

4 Things Every Tech Startup Needs to Know About The Coaching Industry
Knowledge on any subject is widely available to those who wish to learn. However, just gathering knowledge from other people doesn’t guarantee results in business. Results come from applying what...

Java
Java is a high level language which is far better than procedural languages like C, Fortran and Pascal. Java completely stands with the principles of OOPS (Object Oriented Programming Structure). The...
A

Abhisheak Saxena

0 0
0

Constructor Overloading
public class ConstructorOverloading { public ConstructorOverloading(){ System.out.println("default"); } public ConstructorOverloading(String a){ System.out.println("a"); } public ConstructorOverloading(int...
S

Sarthak C.

0 0
0

1.1. Reverse an array in Java.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; for (int i = 0; i < arr.length / 2; i++) { int temp = arr; arr = arr; arr = temp; } System.out.println(Arrays.toString(arr)); }}

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