Why do many software engineers not like Java?

Asked by Last Modified  

5 Answers

Learn Java

Follow 1
Answer

Please enter your answer

I am online Quran teacher 7 years

Opinions on programming languages can vary, but some software engineers may express dissatisfaction with Java for reasons such as perceived verbosity, boilerplate code, and a slower pace of language evolution compared to more modern alternatives. Additionally, some developers prefer languages that offer...
read more
Opinions on programming languages can vary, but some software engineers may express dissatisfaction with Java for reasons such as perceived verbosity, boilerplate code, and a slower pace of language evolution compared to more modern alternatives. Additionally, some developers prefer languages that offer more concise syntax and features for specific use cases. It's important to note that these opinions are subjective, and many developers still appreciate Java for its stability, platform independence, and extensive ecosystem. read less
Comments

IT Corporate Trainer with 9 years of experience in Edu tech

As technology advanced, there was a huge spike in increased boilerplate code in Java, thereby making it bulky. No functional language support — As I said earlier, Java was purely object-oriented. However, programmers required features involved in both imperative and declarative languages.
Comments

Python trainer believe in practical learning.

Some software engineers might hold reservations about Java due to reasons like verbosity in syntax, which can lead to longer development cycles compared to more concise languages like Python. Additionally, Java's rigid type system and boilerplate code for simple tasks might feel cumbersome for some developers,...
read more
Some software engineers might hold reservations about Java due to reasons like verbosity in syntax, which can lead to longer development cycles compared to more concise languages like Python. Additionally, Java's rigid type system and boilerplate code for simple tasks might feel cumbersome for some developers, leading to concerns about reduced productivity. The perception of Java as a language with a steeper learning curve, especially for beginners, and the initial setup complexity might deter some engineers. Furthermore, the memory consumption of Java applications, though improved with advancements, could still be a concern in resource-constrained environments. Moreover, the preference for more dynamically-typed languages or those with simpler syntax for quick prototyping and scripting might lead some engineers to favor other languages over Java. However, these concerns can vary among developers based on personal preferences, project requirements, and familiarity with other programming languages. read less
Comments

C, Python FullStack, Java FullStack Coding Instructor

Many software engineers may have reservations about Java due to perceived verbosity and boilerplate code, leading to larger and more cumbersome codebases. Some find the development process in Java slower compared to languages with more concise syntax. Additionally, concerns about higher memory consumption...
read more
Many software engineers may have reservations about Java due to perceived verbosity and boilerplate code, leading to larger and more cumbersome codebases. Some find the development process in Java slower compared to languages with more concise syntax. Additionally, concerns about higher memory consumption and the complexity of managing concurrency in Java can contribute to a less favorable perception. Some engineers may prefer more modern languages that offer expressive features and a streamlined development experience. However, it's crucial to recognize that opinions on programming languages are subjective, and Java continues to be widely used and appreciated for its reliability and extensive ecosystem. read less
Comments

C language Faculty (online Classes )

Rigidity — After programming in Java for a while, you would notice you write the same code multiple times. As technology advanced, there was a huge spike in increased boilerplate code in Java, thereby making it bulky. No functional language support — As I said earlier, Java was purely object-oriented...
Comments

View 3 more Answers

Related Questions

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 are the core concepts of Java?
OOPs, Flow control, String Handling, generics, exception, threading, collection, IO, JDBC are some core concepts of Java.
Manish
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 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

On the Job training is always best
On the job training always provides an opportunity to learn the best industry practices. While you work on real time you would encounter many challenges that will force you to learn many new things. Class...

What Is Java? Explain The History Of Java
i. Ovierview: Java programming language was originally developed by Sun Microsystems which was initiated by James Gosling and released in 1995 as core component of Sun Microsystems' Java platform (Java...

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

Interview Tip : Q1) Why Strings are immutable in java ? What happen if it was mutable in java?
As we all know that Strings in java are immutabe in nature, now the question comes why the creator made it immutable in nature, although this field used maximum in any java program. The answer to this...

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 >

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 >

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