Sinisterly
Why people think Java is bad and old language? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Java, JVM, & JRE (https://sinister.ly/Forum-Java-JVM-JRE)
+--- Thread: Why people think Java is bad and old language? (/Thread-Why-people-think-Java-is-bad-and-old-language)

Pages: 1 2 3 4 5 6 7


RE: Why people think Java is bad and old language? - Mr.Kurd - 01-05-2017

(01-04-2017, 09:40 PM)Oni Wrote: I have a personal distaste for the language. @"Inori" gave some decent reasons. I'd even recommend C# over it, as he said.
I have a personal love for the language.
I can make apps for Desktop and same code for mobiles like Android,Nokia, IPhone etc...


RE: Why people think Java is bad and old language? - BORW3 - 01-05-2017

Java is best, the libraries using it are robust.
Can code anything and everything with it, Games check, Website check, mobile apps check, etc.
Can't do that with any other language but C/C++ or the Java Photocopy(C#).


RE: Why people think Java is bad and old language? - Mr.Kurd - 01-05-2017

(01-05-2017, 10:03 AM)BORW3 Wrote: Java is best, the libraries using it are robust.
Can code anything and everything with it, Games check, Website check, mobile apps check, etc.
Can't do that with any other language but C/C++ or the Java Photocopy(C#).

Very good I thought we haven't Java programmer here Smile .
Yeah you can do anything with Java (write once, run anywhere).
But I didn't understand your last statment "Can't do that with any other language but C/C++ or the Java Photocopy(C#)." .


RE: Why people think Java is bad and old language? - Nil - 01-05-2017

It doesn't help that it's popular. Before even knowing about the language you automatically have to hate it. And then find reasons along the way.


RE: Why people think Java is bad and old language? - insidious - 01-05-2017

One word: Enterprise

if you have a language that made waves like Java did in enterprise, you can be damned sure it's going to stay there for a looong time no matter how shit the language is.

It's for the same reason that some dumbass companies still run Flash. Once it becomes a part of their system higherups find no need to replace it with something faster

Personally I don't like the language, I prefer something like C++, but if you're thinking about getting a job you sure as hell need to know Java.


RE: Why people think Java is bad and old language? - Inori - 01-05-2017

(01-05-2017, 08:17 PM)insidious Wrote: One word: Enterprise

if you have a language that made waves like Java did in enterprise, you can be damned sure it's going to stay there for a looong time no matter how shit the language is.

It's for the same reason that some dumbass companies still run Flash. Once it becomes a part of their system higherups find no need to replace it with something faster

Personally I don't like the language, I prefer something like C++, but if you're thinking about getting a job you sure as hell need to know Java.

I really wish this wasn't true, but sadly it is. Unless your company has a good CTO that people actually listen to, execs never think technology becomes obsolete.


RE: Why people think Java is bad and old language? - Inori - 01-05-2017

(01-05-2017, 10:03 AM)BORW3 Wrote: Java is best, the libraries using it are robust.
Can code anything and everything with it, Games check, Website check, mobile apps check, etc.
Can't do that with any other language but C/C++ or the Java Photocopy(C#).

This is entirely incorrect. DirectX (the graphics framework of choice for the vast majority of games) is part of the Win32 framework, which Java can't do shit with but virtually every other language can fully utilize. Also, .NET and Visual C++ can both be used for both Android and iOS apps, you need look no further than the Visual Studio project creation page. Don't even start with websites; frameworks in other languages are a dime a dozen and JSP is fucking useless in comparison.


RE: Why people think Java is bad and old language? - Esoterith - 01-06-2017

Its old and horrid, yet my school teaches it, at least they expanded to Python.


RE: Why people think Java is bad and old language? - Mr.Kurd - 01-06-2017

(01-05-2017, 06:31 PM)God Wrote: It doesn't help that it's popular. Before even knowing about the language you automatically have to hate it. And then find reasons along the way.

Mine I hate C/C++ but I try hard to learning it Smile .


RE: Why people think Java is bad and old language? - Mr.Kurd - 01-06-2017

(01-05-2017, 08:17 PM)insidious Wrote: One word: Enterprise

if you have a language that made waves like Java did in enterprise, you can be damned sure it's going to stay there for a looong time no matter how shit the language is.

It's for the same reason that some dumbass companies still run Flash. Once it becomes a part of their system higherups find no need to replace it with something faster

Personally I don't like the language, I prefer something like C++, but if you're thinking about getting a job you sure as hell need to know Java.

Really it's right Java is important language.

(01-05-2017, 11:24 PM)Inori Wrote:
(01-05-2017, 10:03 AM)BORW3 Wrote: Java is best, the libraries using it are robust.
Can code anything and everything with it, Games check, Website check, mobile apps check, etc.
Can't do that with any other language but C/C++ or the Java Photocopy(C#).

This is entirely incorrect. DirectX (the graphics framework of choice for the vast majority of games) is part of the Win32 framework, which Java can't do shit with but virtually every other language can fully utilize. Also, .NET and Visual C++ can both be used for both Android and iOS apps, you need look no further than the Visual Studio project creation page. Don't even start with websites; frameworks in other languages are a dime a dozen and JSP is fucking useless in comparison.

Java have it own game engine like JMonkey and you know making apps for android isn't easy like doing with Java and IOS have it own language but you can make app for it with same code you used for Android with Java.