26

it's really java so bad? it's JEE getting deprecated? i am just learning java and i'm afraid of learn something that's turning obsoletešŸ˜¢

Comments
  • 13
    they will all be obsolete. don't learn any of them. in fact don't do anything, life is meaningless and empty.

    just kidding, Java is a fine language to learn, you can easily switch to something else if you hate it.
  • 4
    I don't think that Google will move from Java to any other language in the near future. You are fine.
  • 1
    Java is certainly not dead: https://m.youtube.com/watch/...
  • 2
    @SirWindfield google doesnt use java for 90%of its tech.
  • 2
    thank you guys for share your thougts, i like java and also want to learn js and c#
  • 2
    @rookiemaverick I didn't say that. Android is a huge platform running on Java. Moving to another language is suicide. That's what I meant.
  • 5
    @SirWindfield fuck I forgot android. my bad and my apologies.
  • 3
    first of all Java is only one of the language run in jvm. it is worth to live for another 20+years, you should realize there is not perfect language and they r only tools to use, it depends on the problems you try to solve, try your best to avoid seeing everything as nails when u holding a hammer
  • 1
    @SirWindfield I heard they might be moving to Swift. Java was a bad choice for client language IMO. But yes, the language has a long way to go still
  • 1
    Java will be around for a while, in fact ibm created the zip engine for their mainframes so it runs for free cost wise unlike other programs written in cobal or pl/1
  • 1
    Java isn't going anywhere soon, and even if it were about to die, the skills you pick up would still be just as useful when you start a second language. C# is basically Java with some extras bolted on, and even something as different as Haskell is easier to pick up given understanding of the basic ideas.
  • 5
    People really hate java that much?

    Angular is one of the most popular framework in the world. Have you seen have changed in version 2? They literally changed everything in v2.

    And just because Java deprecating JEE you think java is becoming obsolete?
  • 1
    Java is the most powerful and extensive language, its not for noobs, even though I too learn it but never able to apply it at its full potential, now working with Python, php stuffs.
  • 2
    Java is actually prospering. The only way it can die fast is if Oracle start doing nasty stuff like turning it into a blackmail weapon to extract money from big corporations. That's where the bulk of Java code are running. Otherwise it is going to take a long time to dislodge Java in the enterprise world. Java EE however is a shrinking platform. People have wisen up to the hype and are more open towards alternative frameworks. You will find Java jobs easily.
  • 1
    I'd never used Java beyond the odd uni assignment but in my job I inherited a legacy Java application...

    I'm not convinced that Java is a "fine" language. It's not the worst I've ever used, but it's certainly not the best either and I'd never actively choose Java...
  • 2
    @nmunro maybe your code base sucks balls.
  • 1
    Just for reference: http://www.tiobe.com/tiobe-index/
    ^
    this lists the programming languages and their 'popularity'/traction with developers.
  • 1
    @SirWindfield That's part of it, but the absolute object oriented nature does have drawbacks, and there's a fair amount of boiler plate code to be written to get stuff done.
  • 2
    @nmunro true. It is mostly personal preference tho. I absolutely hate loosely typed languages (if that word even exists). I dunno. I get a weird feeling when I am tinkering around with objects that do not have a specific type written.
    Still I love Ruby. The syntax is super cool but I am missing those strongly typed values. That's why I prefer crystal over Ruby in general. It is a young language but combines the good things of Ruby and C together. Really really nice idea and language in general :)
  • 3
    @tahnik i don't hate java, i really like it, but i'm a student and have a teacher who always tell us that JEE it's going to be deprecated, he said "there's too few backend jobs" and that's why he thinks java it's not so good, he also don't teach us rest services.... i think he's a shitty teacher.. and i'll be moving to another institucion to keep my sudies
  • 1
    thank you all guys for your comments, it's fell so good to be part of such a nice comunity of devs!!
  • 0
    @SirWindfield Oh, absolutely, I am quite partial to dynamically typed languages, but, and here's where I think this is important, I also always try to make my data constants, wherever possible. That way the value and type just does not change and you can make assumptions about what you've got.

    Or even better just use literal values!

    Looking at crystal though, it looks like you use dynamic typing in code and the compiler just checks for type errors in the compilation step?
  • 0
    @nmunro yo. That's the idea behind it. You completely avoid runtime exceptions and move them to be compiler exceptions. It is even faster than Ruby because it gets compiled to native using llvm
  • 1
    @SirWindfield Interesting, let's see if anything becomes of it.
  • 0
    @nmunro I hope. It like it thus far. Sure there aren't many frameworks for it
  • 0
    Why Java is so cool?
Add Comment