NewStats: 3,264,640 , 8,184,304 topics. Date: Wednesday, 11 June 2025 at 08:06 PM 4r3f5f6z3e3g |
Why Do Programmers Run Away From Java? (3227 Views)
(1) Go Down)
Why Do Programmers Run Away From Java? by Nobody: 4:45pm On Apr 18, 2019 |
I have come across many posts that doesn't say well of Java, making me ask myself and other people this question " Why do programmers run away from Java ?" I gave an answer which I think couldn't be the reason. "Verbosity". Could it be the verbosity of the language or there is another reason? I love Java, I develop android apps with Java and I love it. |
opparadise: 4:55pm On Apr 18, 2019 |
Why don't I see you loving Java but advertising that you create Android apps? . Aftermath of your idea: try { adddlert("trying to profession!" ![]() } catch(err) { document.getElementById("Your trick failed!" ![]() } 2 Likes |
TumblrGyal(f): 8:23pm On Apr 18, 2019 |
Most people use java more.Python n C++ shud have this topic
1 Like |
3KINGZ18: 9:42pm On Apr 18, 2019 |
It's too verbose
|
Re: Why Do Programmers Run Away From Java? by Nobody: 9:44pm On Apr 18, 2019 |
TumblrGyal:really? I don't think these languages can do what java can do? |
Re: Why Do Programmers Run Away From Java? by Nobody: 9:44pm On Apr 18, 2019 |
3KINGZ18:is that why you drop it? |
Daejoyoung: 9:47pm On Apr 18, 2019 |
dayo2me:Python can do a lot though |
Re: Why Do Programmers Run Away From Java? by Nobody: 9:47pm On Apr 18, 2019 |
opparadise: I displayed both in this thread. which language do you work with I can see you displayed try and catch skill here? |
Re: Why Do Programmers Run Away From Java? by Nobody: 9:59pm On Apr 18, 2019 |
Daejoyoung:I heard people saying that and because of its simplicity that's why people rush it. |
3KINGZ18: 10:05pm On Apr 18, 2019 |
dayo2me:yh,it was my first programming language though but if you are able to learn it to an extent no programming language will be a barrier for you. 1 Like |
Olalekank(m): 10:06pm On Apr 18, 2019 |
Re: Why Do Programmers Run Away From Java? by Nobody: 10:08pm On Apr 18, 2019 |
3KINGZ18:You are correct my friend. 1 Like |
3KINGZ18: 6:37am On Apr 19, 2019 |
Olalekank:lol not me |
Daejoyoung: 7:04am On Apr 19, 2019 |
dayo2me:yeah it's simple but it let's you become very productive, because you would focus more on the problem you want to solve and less on syntax. But though it's simple, it has a wide range of uses like java. Make no mistake, it's simple for beginners to get started with, but may take a long time to master. However if you are an Android developer, you should stick with Java. 1 Like |
DAPMAN601: 8:40am On Apr 19, 2019 |
I need a proficient Android developer with Java and IOS developer with Swift. me with samples at [email protected]
|
Re: Why Do Programmers Run Away From Java? by Nobody: 8:44am On Apr 19, 2019 |
Daejoyoung:great |
throwaway: 9:19am On Apr 19, 2019 |
Daejoyoung:Kotlin ...
|
Daejoyoung: 12:23pm On Apr 19, 2019 |
throwaway:lol yeah Kotlin and swift also, but even then kotlin uses the jvm. |
Olafisoyem: 10:46pm On Apr 20, 2019 |
dayo2me: They can and do |
Angelawhite(m): 7:15am On Apr 21, 2019 |
Java is very robust and versatile. That notwithstanding, I don’t consider it difficult. Java is my first love but after learning JavaScript, I discovered that there are things I consider difficult in Java. In JavaScript, you don’t need to declare variable types. I’ll just say , var myAge = 70; //my age has become integer. In Java, I’d say: int myAge = 70; There are many shorthand’s in JavaScript. Try handling onClickListeners on both and you’ll see the difference. I love Java for handling app development like a baby 2 Likes |
Daejoyoung: 8:09am On Apr 21, 2019 |
Angelawhite:That's because javascript has dynamic typing(errors are only caught at wrong time)rather than static typing, this may be easy or difficult for you depending on the situation. ln large projects, where you type above 200 lines, dynamic typing may become a curse. The problem again is that javascript is not only dynamically typed but also weakly typed, which means it could allow you use variables wrongly(without declaring the types) to the extent where everything becomes a mess, and debugging gets tougher. Java is both strongly typed and statically typed, javascript is dynamically typed(,but weakly typed), python is also dynamically typed( but different from javascript in that it is strongly typed, and would hardly allow any error go free at runtime) Both javascript and Python are called scripting languages, they both have advantages over java in their various domains, java's advantage though lies mainly in the fact that it has been the most widely used language for a long time now in enterprise, and still the most widely used language. All three are very powerful in this era, and the fact that you know both java and javascript is a great thing. 1 Like |
Olalekank(m): 9:21am On Apr 21, 2019 |
Angelawhite: Tel them about objects also let person = {name: "Nairaland", age: 14} I still think js has the easiest ways of manipulating objects, arrays, etc. 1 Like |
Angelawhite(m): 9:27am On Apr 21, 2019 |
Olalekank: I tell you! I was wowed by how simple objects and array manipulation can be 1 Like |
Angelawhite(m): 9:27am On Apr 21, 2019 |
Daejoyoung: Yea.... you have a point there |
Re: Why Do Programmers Run Away From Java? by Nobody: 4:07pm On Apr 21, 2019 |
Olafisoyem:are they platform independent? |
Olafisoyem: 6:20pm On Apr 22, 2019 |
dayo2me: The Java Virtual machine is different from the java language. So to run java you’d need the jvm. Other languages use the jvm because it’s an established virtual machine with good memory management and allows your code to run anywhere java can and do the things java can do plus more. the the jvm is a virtual machine like running Linux in windows using a VM. 1 Like |
Re: Why Do Programmers Run Away From Java? by Nobody: 7:59pm On Apr 22, 2019 |
Olafisoyem:Thank you for your input. 1 Like |
luvyaself95(m): 9:50pm On Apr 22, 2019 |
Loving you guys with the way you argue about programming wish i am now a programmer...
2 Likes |
tollyboy5(m): 11:24pm On Apr 22, 2019 |
opparadise:Lolz Mr JavaScript you really catch am ![]() TumblrGyal:don't mind him jaré everyone knows it C++ when it comes to complexity 2 Likes |
asalimpo(m): 5:32pm On Apr 23, 2019 |
Daejoyoung: Did you mean runtime? Did you mean 200k lines? |
Woqhub: 6:00pm On Apr 23, 2019 |
opparadise: Js people don show |
Daejoyoung: 6:02pm On Apr 23, 2019 |
asalimpo:yeah, typo. l meant runtime. |
(1) Reply)
Nigerian Linux Distribution: do we need one?
(Go Up)
Sections: How To . 47 Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or s on Nairaland. |