The Rise and Fall of Java

Поділитися
Вставка
  • Опубліковано 12 лип 2018
  • Few people know that Java, the worlds most popular programming language, the one that powers smartphone apps and Mars rovers alike, was the result of a project to build a better TV remote.
  • Наука та технологія

КОМЕНТАРІ • 2,7 тис.

  • @techtaco9816
    @techtaco9816 5 років тому +1707

    It’s simple. Java is that thing that allows me to play Minecraft

    • @rudrasingh6354
      @rudrasingh6354 5 років тому +89

      and lets me make minecraft mods!

    • @cyclonic5206
      @cyclonic5206 5 років тому +52

      Play Minecraft really slowly even on though it can be run quickly had it not been written in Java*

    • @Watrmeln
      @Watrmeln 5 років тому +4

      Ye

    • @KingJellyfishII
      @KingJellyfishII 5 років тому +86

      @@cyclonic5206 being written in Java isn't the only problem. Java isn't _that_ much slower than CPP, I think it's just because the project was never meant to become the size that it currently is, introducing many, many small performance hits that add up.

    • @cyclonic5206
      @cyclonic5206 5 років тому +16

      @@KingJellyfishII Fair point

  • @neplatnyudaj110
    @neplatnyudaj110 5 років тому +858

    Not even Oracle managed to kill Java. That speaks for itself.

    • @dmhendricks
      @dmhendricks 4 роки тому +25

      Indeed. The fact that people still use Java shows that their's no accounting for poor taste.

    • @Gamebuilder2000
      @Gamebuilder2000 4 роки тому +18

      Daniel Hendricks People Only still use Java because they want to play Minecraft.

    • @WilderPoo
      @WilderPoo 4 роки тому +15

      Daniel Hendricks Java is fine if it’s used in an appropriate way; prefer composition over inheritance etc. There’s so much garbage code out there though.

    • @blahbleh5671
      @blahbleh5671 4 роки тому +3

      @@WilderPoo like urs

    • @universenerdd
      @universenerdd 4 роки тому +2

      @@Gamebuilder2000 or run android

  • @jexom
    @jexom 5 років тому +342

    >fall of Java
    Laughs in enterprise

    • @bananathanos-8996
      @bananathanos-8996 5 років тому +9

      LAUGHES IN MINECRAFT

    •  4 роки тому +3

      @Solve Everything Oracle Java SE Subscription
      1 Year Term Subscription that combines Java SE Licensing and Support for use on Desktops, Servers or Cloud deployments.
      US$150.00 - US$300.00
      If you really need commercial support that is.

    • @dmhendricks
      @dmhendricks 4 роки тому

      There will be at least one developer who is going to party like (but no longer code like, since Java will be dead) it's 1999. Me.

    • @jodazague8333
      @jodazague8333 4 роки тому +1

      @ We have OpenJDK though

    • @theshermantanker7043
      @theshermantanker7043 3 роки тому +2

      OpenJDK has entered the chat

  • @tbk2010
    @tbk2010 5 років тому +174

    Little known fact: Java also runs on your BluRay player, finally fulfilling its original purpose.

    • @needaneym1932
      @needaneym1932 5 років тому +15

      So, can i run doom on the bluray player?

    • @konradgajewski8215
      @konradgajewski8215 5 років тому +14

      Little known fact: Java runs on your SIM card.

    • @1d10tcannotmakeusername
      @1d10tcannotmakeusername 3 роки тому +1

      @dontclick notgood You can, it's just going to be insanely slow.

    • @leocat2662
      @leocat2662 3 роки тому

      @@1d10tcannotmakeusername nope the LWJGL-Binaries only exist for Windows, macOS and Linux.

    • @1d10tcannotmakeusername
      @1d10tcannotmakeusername 3 роки тому +1

      @@leocat2662 ToasterOS is most likely based on either Linux or FreeBSD, both of which are compatible with LWJGL.

  • @EnderCrypt
    @EnderCrypt 6 років тому +3133

    "Java and Javascript are similar like Car and Carpet are similar."

    • @knockhello2604
      @knockhello2604 6 років тому +16

      EnderCrypt Please elaborate.

    • @EnderCrypt
      @EnderCrypt 6 років тому +170

      theres nothing to elaborate, its just a funny quote regarding java/javascript mentioned in the end

    • @sofia.eris.bauhaus
      @sofia.eris.bauhaus 6 років тому +304

      "java is to javascript as ham is to hamster"

    • @987inuyasha
      @987inuyasha 6 років тому +121

      Carpets can fly while cars drive.

    • @jacekjagosz
      @jacekjagosz 6 років тому +34

      Knock Hello Simply Java is nearly completely different in the way you write the code, but also the way it runs on the hardware. Java is actually compiled to machine code that runs on a java virtual machine, while with javascript you actually send the English-like code and it is interpreted on your machine. So you can look at full code that a website runs on your machine, but it is a lot slower than Java.
      Javascript is one of the simplest languages to learn.

  • @user-ex2yt1pl6u
    @user-ex2yt1pl6u 5 років тому +727

    More like 'The Rise and Rise of Java'.

  • @clasesdeinformatica1
    @clasesdeinformatica1 5 років тому +418

    If COBOL is not dead, I don't think that Java will die soon.

    • @no_fb
      @no_fb 5 років тому +37

      Some old languages as COBOL have a niche utilization in financial applications, so they are slow to die. Java, on the other hand, is a multi-purpose language like many others. Its platform independance is less an advantage as before, now that the gcc compiler series is supported on practically every CPU. Also, other VM-based languages have appeared and evolved much better, while Java has stagnated and can barely keep up after the multiple mistakes it suffered along the few updates. Type erasure, an awkward grammar and poor support for functional programming or asynchronous execution are typical examples; when compared to C#, the Java language and its underlying engine look like dinosaurs.
      Its only advantage left was the large existing code base, and the fact Dalvik has a similar bytecode so that earlier Java versions could be used as source language for Android apps. But JVM-based modern languages like Scala and Kotlin were recently introduced, they can be compiled on the same VM and are compatible with all the existing code base (besides being compilable to native or JS), while offering at last a power set of features with a comfortable, coherent and clear language.
      Thankfully Google adopted Kotlin as an alternative to Java (and hopefully, soon as a replacement), which will allow Java to finally retire with what little dignity still remains. A bit sad those key considerations were missing from the video.

    • @no_fb
      @no_fb 5 років тому +4

      @thomas samson Just stating it won't make that true, especially without any argument ;-)

    • @no_fb
      @no_fb 5 років тому +1

      One more step: ua-cam.com/video/2qt-3Yjo2IA/v-deo.html

    • @tomv3999
      @tomv3999 5 років тому

      And that's unfortunate in both cases.

    • @BugGenerat0r
      @BugGenerat0r 5 років тому +3

      Exactly. Java is the new COBOL.

  • @dwh19891218
    @dwh19891218 5 років тому +269

    “Fall of the java “ is a click bait for the millions java programmer.

    • @yuricherkasov
      @yuricherkasov 5 років тому +10

      Did not even watch, came to read comments. C++ programmer (but with Java we are stronger lol)

    • @123TeeMee
      @123TeeMee 5 років тому +8

      yeah, I've avoided watching this video for a while but gave in today and the value really is in the comments. I've never gained so much from reading youtube comments, or seen so many intelligible debates on this site

    • @jameslawson1
      @jameslawson1 4 роки тому

      It was for me when I first saw it. Learn Kotlin though, it's better.

  • @ninjanick1076
    @ninjanick1076 6 років тому +1161

    It’s not entirely fair to say that Java no longer runs the web as it powers the vast majority of enterprise web servers. While its no longer the king of front end, its still very large on the back end

    • @jameslawson1
      @jameslawson1 6 років тому +75

      Yeah, Java backends are the most popular for corporations.

    • @__mk_km__
      @__mk_km__ 6 років тому +85

      -applet-
      *S E R V L E T*

    • @claudiolluberes111
      @claudiolluberes111 6 років тому +9

      Good point

    • @TimurTripp2
      @TimurTripp2 6 років тому +32

      My thought exactly; Java is still helping to power the web on the server end, just not on the client anymore. It hasn't fallen, but rather evolved from its original purpose.

    • @tomi213
      @tomi213 6 років тому +15

      Also there are frameworks that allow writing the front end too with Java eg. Vaadin.

  • @varunmj8075
    @varunmj8075 5 років тому +133

    My relationship with Java started when I was 7 and started playing runescape. Im 20 now and trying to complete my computer science degreee. Thanks java, you have legit shaped my life

    • @ryansamarakoon8268
      @ryansamarakoon8268 2 роки тому +6

      This is legit the same for me. I got into coding to make my own Minecraft mods, and now I'm 20 doing internships while finishing my software degree. I can't thank Java enough

    • @Cerus_
      @Cerus_ 2 роки тому +2

      Same here! Learned how to write Minecraft server plugins 5 years ago as a hobby and ended up turning it into a job. I wouldn't be where I am now without Java and Minecraft

    • @alienwarex51i3
      @alienwarex51i3 Рік тому

      Yep. Starting posting my Woodcutting bot scripts written in Java on Powerbotorg at 13. 11 years later I'm working as a software engineer writing.. Android apps in Java and PHP webservers. Gang!

    • @jasonenns5076
      @jasonenns5076 11 місяців тому

      ​@@alienwarex51i3Why aren't you using the recommended programming language for android development: Kotlin? Nevertheless, it is good that you have a job and are being a productive member of society.

  • @twistedpivoter2695
    @twistedpivoter2695 5 років тому +231

    "the Rise and *fall* of java"
    Minecraft: EHEMMM....

    • @proxy1035
      @proxy1035 4 роки тому +3

      @VincentQuerta yea but that's only useful to play with others on other platforms, in terms of PC only the Java edition is easily superior.

    • @Cynadyde
      @Cynadyde 4 роки тому +2

      if for nothing other than mods and custom servers, Java edition wins hands down

    • @americandragon2022
      @americandragon2022 4 роки тому +1

      Minecraft 2020: Java is on 1.16!

    • @americandragon2022
      @americandragon2022 4 роки тому

      /

    • @hazelgalban3566
      @hazelgalban3566 4 роки тому +1

      Haha! C++ is the reality

  • @somekek6734
    @somekek6734 4 роки тому +41

    2:23 damn, thats a creative logo

    • @dermond
      @dermond 2 роки тому

      Yeah I like the logo to

  • @mindlessjulian1666
    @mindlessjulian1666 6 років тому +98

    Every teacher gets a java update notification sitting on their pc. That's a fact.

  • @coolguy-xd1bg
    @coolguy-xd1bg 6 років тому +557

    "the Fall of Java"
    *intense skepticism*

    • @TheMrKeksLp
      @TheMrKeksLp 6 років тому

      Ikr

    • @Blocks0
      @Blocks0 6 років тому +34

      Press X to doubt.

    • @jameslawson1
      @jameslawson1 6 років тому +5

      Nullpointer Show me the stack trace, did I forget to define it again"

    • @kabochaVA
      @kabochaVA 6 років тому +14

      Yet a lot of developers try to move away from Java because it is WAAAAY too verbose... (hence the general decrease of Java in the TIOBE index)
      It's mainly project managers who hold on to Java because "there are plenty of Java developers in the market" (and project managers don't do the coding, so they don't feel the pain of using a verbose language)
      So yes, Java is falling (it's not dead yet, but it's falling)

    • @0PageAccess
      @0PageAccess 6 років тому +17

      *MULTIPLE PEOPLE ARE TYPING...*

  • @vorpal22
    @vorpal22 6 років тому +100

    Finally they brought some basic functional programming constructs to Java, making it much more comfortable to work with.
    I'm surprised that the Science Elf didn't mention that there are also dozens of other languages (e.e. Clojure, Scala, Kotlin, Groovy) that compile into Java bytecode and are run on the Java Virtual Machine, It's pretty impressive on the whole.

    • @jameslawson1
      @jameslawson1 Рік тому

      Closures (lambda functions) are the first and only functional programming construct that they introduced, and is almost certainly going to be the last unless the language takes a radical new turn this decade

    • @vorpal22
      @vorpal22 Рік тому

      @@jameslawson1 They are trying to be more FP-like, with Optional, for example, and map and forEach on collections, and the vavr library no? It's very awkward, and I think Java is way past its best before date. I can't believe how widely it is used when it is a steaming heap of cruft. I gave up on Java ages ago and far prefer Kotlin with Arrow.

  • @markwiygul6356
    @markwiygul6356 5 років тому +48

    "The Rise and RESILIENCE of Java" is the subject matter of this video, which makes the title sort of clickbait. But it's still a great video. Thanks for posting it.

  • @adrianozambranamarchetti2187
    @adrianozambranamarchetti2187 6 років тому +252

    1:24 "Complier"
    It complies with everything

    • @richardgomes5420
      @richardgomes5420 6 років тому +11

      Yes. Everytime you code something wrong... it complies.

    • @CroatInAKilt
      @CroatInAKilt 6 років тому +4

      "You want to run an ObjectiveC app on Android? Go for it. Complied."

    • @DranKof
      @DranKof 5 років тому +2

      It's a shame videos can't be edited for micro-errors like that. I guess there are always on-video comments, though.

    • @gorillaau
      @gorillaau 5 років тому

      Compiles Once... Debug everywhere.

  • @jupiter1390
    @jupiter1390 6 років тому +126

    90% of comments say that java is for Minecraft
    Acceptable.

    • @kostasgr1858
      @kostasgr1858 6 років тому +4

      That is 99% inaccurate.

    • @bibasik7
      @bibasik7 6 років тому +6

      But Minecraft.

    • @FlameRat_YehLon
      @FlameRat_YehLon 6 років тому +1

      Also for Starbound though... But mainly for Java as you mostly don't use the official launcher aka you need to get your own Java.

    • @RAFMnBgaming
      @RAFMnBgaming 6 років тому +1

      More acceptable than Bedrock Edition.

    • @OpenGL4ever
      @OpenGL4ever 6 років тому

      tvbrowser, Eclipse and Netbeans.

  • @wernerboden239
    @wernerboden239 5 років тому +41

    I started writing Java, somewhere in '95 or so (applet's), exactly for the purpose
    of creating more interactive web-pages. I was planning to make a 3D browser-based game.
    But, as it progressed, I found it to become complex to the point that you had to read through
    a large amount of documentation, in order to get some function to work.
    Some things, never worked properly, due to lack of control on processes.
    That made me quit the whole thing and that's what made me turn to javascript and DHTML.
    I have no experience with the apps for android, but I can imagine that many
    things have been made easier, to write simple things for a ever-growing consumer market.
    You don't even call it 'programming' anymore; it is 'software engineering'.
    It will propably become 'software management', at some point.
    I am still in doubt if that's a good or bad thing.
    Ruby Script seems to become an interesting thing for people.

  • @JffryBE
    @JffryBE 5 років тому +31

    Just got into learning java and love to hear the stories from the past. Very informative vid, thanks!

  • @thethinkman6675
    @thethinkman6675 6 років тому +186

    This is what I subscribe for.
    No cheesy voices,no BS in the background,but straight to the point and that sweet and warm voice....

    • @CorporateShill
      @CorporateShill 6 років тому +6

      The ThinkMan
      Opposite of the game theory

    • @punkerfoo12
      @punkerfoo12 6 років тому

      except the bs where he never delivered on the title and just gave me a history lesson I already knew. fucking click bait.

    • @punkerfoo12
      @punkerfoo12 6 років тому +1

      Octoboi77 it is not until 8 min and 30 seconds that he actually addresses the "fall of java" part. The video is only 10 min and 30 seconds long. Almost the entire video is a history lesson. When he finally gets to "the fall of java" he pulls a bull shit tongue and cheek move saying, "I know I said the fall of java in the title but guess what java never fell! Ya isn't that cool" Fucking click bait

    • @punkerfoo12
      @punkerfoo12 6 років тому

      I like java. I think it is cool and innovative. That's why I was interested to watch this video...and then was extremely disappointed because it did not say anything interesting and did not deliver on what it advertised

    • @tomv3999
      @tomv3999 5 років тому +1

      > and that sweet and warm voice....
      You might need a girlfriend. Or a sock.

  • @tamilshoutcom
    @tamilshoutcom 6 років тому +670

    Pretty sure I've been hearing that Java is dead/ fallen/ no use/ not cool.. blah blah since the year 2002 when I started programming. Cute video.

    • @johnbrown9181
      @johnbrown9181 6 років тому +88

      To be fair, pronouncing the death of Java is quite a fashionable thing to do.

    • @TheDragShot
      @TheDragShot 6 років тому +17

      Now this is a comment underrated up to the point it results offensive to me. Have a thumbs up.

    • @quack3891
      @quack3891 6 років тому +33

      no language is dead
      ask cobol

    • @cutecommie
      @cutecommie 6 років тому +84

      2025: "Java is about to die!"
      2037: "Any second now..."

    • @blasttrash
      @blasttrash 5 років тому +23

      "Java will be still be relevant long after javascript hippies die."
      This is the comment that I read somewhere else. lol

  • @ikanberapi2189
    @ikanberapi2189 4 роки тому +31

    Some of Java meaning:
    -coffee
    -one of island in Indonesia
    -java script
    -minecraft

  • @mrmen9874
    @mrmen9874 5 років тому +16

    ironic that this was uploaded exactly a month before my Java class started...

    • @DrorF
      @DrorF 3 роки тому

      No, not really. It might have been...... if the title of the video was correct...

  • @kirishima638
    @kirishima638 6 років тому +307

    'write once, debug everywhere'

    • @TheMrKeksLp
      @TheMrKeksLp 6 років тому +22

      Write once, debug in realtime
      Java, fuck yeah

    • @kirishima638
      @kirishima638 6 років тому +24

      Actually it was more like debug the JVM on the system and try using a different approach because what should have worked, didn't. Java was a frustrating environment to work in.

    • @TheDragShot
      @TheDragShot 6 років тому +4

      *+Kiyoshi Kirishima* finally someone who knows that phrase as well.

    • @ribosomerocker
      @ribosomerocker 5 років тому +2

      lmao ikr

    • @dream0p2131
      @dream0p2131 5 років тому +9

      Most haters of java are ones that can't java.

  • @bioharz9625
    @bioharz9625 6 років тому +330

    No sorry, Java is still heavily used in the enterprise sector (Java EE, Spring...)

    • @privateprivate31337
      @privateprivate31337 6 років тому +25

      Only because they're enterprise and switching over to Node JS is too costly. It'd be like fixing a wing on a plane while you're still in the air. Same reason a lot of enterprises still use IE 9

    • @Masterrunescapeer
      @Masterrunescapeer 6 років тому +48

      I wouldn't touch NodeJS for any security/latency stuff. And apps wise, most of the time it's still better to write it straight as a native app than trying to build it via e.g. react as it performs faster, conforms better to the ecosystem and the download size is generally smaller.
      Anything server side, I'd also stay away from Node and just use e.g. Go, Java/Scala, Python, etc. as they're all faster, scale better and are quite easy to write/maintain.
      If you want a quick site that pretty much has no traffic, no budget while being on a time constraint, go ahead and go NodeJS.
      Industry should stop going for buzzwords.

    • @privateprivate31337
      @privateprivate31337 6 років тому +3

      You realize that walmart.com and paypal are all written in node js and gets MILLIONs of concurrent traffic per second right? If you want the best concurrency then you go with Node, if you don't want to scale go with anything else.

    • @Johanthegnarler
      @Johanthegnarler 5 років тому +14

      @@privateprivate31337 we scaled well with spring boot and we handle 250k requests per second on the cheap.. and we're talking data heavy requests, not those silly clickbait tests.
      We have nodejs services as well. The only issue we have with them is ramping developers up on em.

    • @tomv3999
      @tomv3999 5 років тому +5

      > Java is still heavily used in the enterprise sector (Java EE, Spring...)
      Exactly. The world of "waterfall" and "user stories" and India.
      Have fun.

  • @gmodrules123456789
    @gmodrules123456789 2 роки тому +10

    Java will never die.
    Its simple.
    Too much runs on it, and there's is a vast wealth of knowledge out there on it. Its incredibly easy to learn, its easy to use, and its widespread.
    It is basically where C++ was back in the mid-90s. Everyone uses it.
    And its not a bad language either. You can argue that its verbose. And yes, it is. I think more can be done to improve that.

    • @thundersos8087
      @thundersos8087 Рік тому

      Stuff has already happened for that. Introduction of var for example.
      I don't particularly like that aspect tbh but horses for courses.

    • @alienwarex51i3
      @alienwarex51i3 Рік тому +1

      Verbosity isn't that big of a deal in my opinion. Newbs like it because it makes it look like they're doing more than they are, OGs don't really mind it because they either use shortcuts in Intellij by now or have been doing it for so long they don't even give a shit anymore. Java is too ubiquitous at this point to go anywhere any time soon. Maybe in 20-30 years we will see some real difference, but even then... Hell, FORTRAN and COBOL still have job listings...

    • @Selsato
      @Selsato 10 місяців тому

      I personally just find it's an extremely tedious language to use. It feels almost pompous with it's structure. I can't imagine many cases where it wouldn't be better to use c++ or JavaScript instead.

    • @gmodrules123456789
      @gmodrules123456789 10 місяців тому

      @@Selsato
      C++ backend is a nightmare. No package manager is a dealbreaker for almost everyone. C++ is expensive to develop in. C++ is unarguably more verbose for OOP purposes.
      NodeJs is a solid choice for smaller apps, but isn’t scalable. Same goes for Python.
      Java scales well, is easy to distribute, uses maven which is much better than npm. It’s cheap to develop in, it’s easy to debug, it’s easy to onboard people, and it’s magnitudes faster than JS.
      .NET is another solid choice.
      Java is just easier to get working for backend and middleware purposes. JS is mainly a front end language.

    • @Selsato
      @Selsato 10 місяців тому

      @@gmodrules123456789 Ah y'know what, I can't argue. I honestly didn't consider large scale projects, and you're probably right. I can really see from the appeal of java from the perspective of industry.
      C++ certainly shows it's age, and JavaScript can struggle to stay cohesive as projects grow in size. Java having strong object oriented features and universal platform support does make it a good choice.
      That said, my perspective as a developer hasn't much changed. It's just a very dry and overstructured language. It's not beginner friendly at all, and I personally just despise using it.

  • @Skane365
    @Skane365 4 роки тому +9

    Oak-based devices failed because Sun didn't really understand the economics of embedded systems at that time. Embedded systems were incredibly cost-sensitive and most devices were either using C or assembly language because of the cost constraint on the hardware used. People were actually arguing over pennies in the HW design. The speed of the code was also a constraint.

    • @mmille10
      @mmille10 9 місяців тому

      Agree. We ran into this where I worked, when Java came out. I was one of the people in our shop who got excited about Java, thinking maybe we could use it for some of our development. We primarily worked in C for both client and server. I didn't see Java as a possibility for our client systems, because we needed software to work in small memory spaces, and it needed to have good performance. Java was boggy on your average hardware. It needed a fast system, with abundant memory to be considered at all. This was before Java's JIT was well-developed.
      We considered running it on the web, though, as an applet. We had been using thick clients, but we thought maybe we should have a web client. I worked on that project, trying to see how we could use applets. That turned into kind of a nightmare, due to running into sandbox constraints. It turns out to do what we wanted, we needed to sign our applet with a certificate from a certificate authority, which cost some major bucks, and we weren't willing to spend that kind of money to adopt a new technology. I asked, "What about using it on our server," since we didn't have this issue with it, and we'd have more memory and processor resources than on our clients, but the answer was no, I think because we were worried that the performance wouldn't scale well. Our server needed to be able to field thousands of clients, and maintain good performance, and there wasn't confidence that Java would be able to deliver that, at the time.
      Another thing was despite Sun's claim that Java offered more application and system stability, we ran into more instances than we were comfortable with of Java software that crashed, or even crashed the whole system, sometimes (when running on Windows).

  • @talonfluff
    @talonfluff 6 років тому +1493

    for what do i need java if not for minecraft.

    • @christancoding4424
      @christancoding4424 6 років тому +63

      Sephy Rune You
      Are
      Bad at the game

    • @jameslawson1
      @jameslawson1 6 років тому +79

      I love Java, but Minecraft should not have been written it. The jvm mixed the the gc makes it ill-suited for games.

    • @ccf_1004
      @ccf_1004 6 років тому +29

      Termer then play Bedrock Edition.

    • @xeigen2
      @xeigen2 6 років тому +20

      Old School Runescape too.

    • @hanro50
      @hanro50 6 років тому +72

      Java has its advantage over say C++. Modding being the big one and easy multiplat-porting to other OSes like Mac and Linux being the second.
      Heck the modding community has basically decompiled the game to source code already, something that is infinitely harder with the C++ version

  • @stewiegriffin6503
    @stewiegriffin6503 6 років тому +23

    I wrote C++ compiler in Java

  • @javijee_
    @javijee_ 5 років тому +48

    Marty, I just got back from 2044...
    ...they are still trying to kill Java!

  • @unlokia
    @unlokia 6 років тому +14

    Your graphical visualisation of CPU architectures and platforms being different varieties of interlocking, meshing patterns is truly inspired! This is *EXACTLY* how my mind works, and I’ve often used this visual analogy in my mind, and my brain seems to naturally generate mental mnemonics such as this, to break things down so that they’re clear and rational.
    Thank you! God bless you.

    • @honkhonk8009
      @honkhonk8009 10 місяців тому

      nigga it really aint that deep. It just runs bytecode

  • @coronelkittycannon
    @coronelkittycannon 6 років тому +14

    "Fall of Java"
    > looks at life-time java projects

  • @MatildaJourney
    @MatildaJourney 6 років тому +81

    As a systems engineer this video is just not true , jboss, Tomcat and IBM WebSphere are still highly used, Java has just moved to the back end

    • @OverG88
      @OverG88 6 років тому +10

      Yup. Like... pretty much all AWS services are written in Java. People see only a tip of the iceberg when it comes to Java. Like Minecraft. But cases like Google. Oh boy. The use of Java is colossal in their code base.

    • @ijusterik5384
      @ijusterik5384 6 років тому

      Lazic B. Java is scalable in web ;)

    • @dayvie9517
      @dayvie9517 5 років тому

      Java also still renders templates with JSF for multi page applications.

    • @leonhenry4861
      @leonhenry4861 5 років тому +5

      I think he means on the startup scene, in the corporate world Java is still very much a major player

    • @123TeeMee
      @123TeeMee 5 років тому

      @@tomv3999 as someone getting in to backend development, what exactly is wrong with websphere (not disagreeing just new to it all)?

  • @tacowilco7515
    @tacowilco7515 5 років тому +19

    And you didn't mention Google tries to get away from Java because of crazy patent wars with Oracle.

    • @dmhendricks
      @dmhendricks 4 роки тому

      I'm not sure why they don't just use Microsoft JVM. It is as equally irritating, useless, ancient and slow as any other out there.

    • @jscorpio1987
      @jscorpio1987 4 роки тому

      I don’t know why google didn’t go with a compiled language for Android app development. The resource hungry JVM seems like a poor choice for a resource constrained environment like a mobile phone.

    • @VolpeJosesk
      @VolpeJosesk 4 роки тому

      That's not easy tough
      If they get rid from Java in instants, many apps and games will just not work anymore in last versions of Android
      But they recently released a new code language for Android, wich is Fuchsia, and they are incentivating developers to use it instead of Java

  • @katherinemitchell280
    @katherinemitchell280 5 років тому +82

    Java can never die you fools! If I'm forced to maintain VB6 software in 2018 then who knows how long we'll be in Java hell!

    • @marekgenerowicz4401
      @marekgenerowicz4401 5 років тому

      Just like AS400

    • @marekgenerowicz4401
      @marekgenerowicz4401 5 років тому

      @Kiril Nizamov i know its not going anywhere soon. i supported it till 3 weeks ago

    • @sojans.r9025
      @sojans.r9025 5 років тому

      I feel for you.

    • @Ivoshevo
      @Ivoshevo 5 років тому

      Hahaaaa

    • @jscorpio1987
      @jscorpio1987 4 роки тому

      Katherine Mitchell “forced” is a pretty strong word. I’m pretty sure that you voluntarily accepted your current job. If I’m wrong, then you must live in a country where slavery still hasn’t been abolished and I hope you seek asylum.

  • @JB52520
    @JB52520 6 років тому +64

    Great video!
    For Android, Kotlin is (in my actually humble opinion) far superior to Java. While Java is unpleasantly verbose and rigid, Kotlin reads like poetry. It has the official support of Google, and any Java file can be replaced with Kotlin without changing the rest of the project. When I recently started making an Android app in Java, I absolutely hated it, but since I changed to Kotlin, it's become fun and satisfying.

    • @talwat321
      @talwat321 2 роки тому +8

      Kotlin uses the Java Virtual Machine, it's basically just an alternative syntax with extra features. Although, Kotlin can be compiled to other targets it still is usually targeted at the JVM.

    • @tomaszzakrzewski3790
      @tomaszzakrzewski3790 2 роки тому +5

      Kotlin is not a separate language, but just one of a bunch of languages built on the top of java virtual machine. So it's not like Kotlin is java replacement, rather it's an enhancement.

    • @Scudmaster11
      @Scudmaster11 2 роки тому

      @@tomaszzakrzewski3790 it's more like a copy cat programming language instead

    • @jasonenns5076
      @jasonenns5076 11 місяців тому

      ​@@Scudmaster11also has a slow compiler as well. I do not like Kotlin's implicit types system, I like strongly typed languages.

    • @Scudmaster11
      @Scudmaster11 11 місяців тому

      @jasonenns5076 so everything about kotlin is worst... slower , copy cat , and many more

  • @WeMasterGaming
    @WeMasterGaming 6 років тому +132

    I remember downloading .jar games and apps on old java based phones

    • @riconuts
      @riconuts 6 років тому +3

      Me too

    • @WeMasterGaming
      @WeMasterGaming 6 років тому +10

      GreenFlags kids now-a-days won't understand the real fun downloading them

    • @FlameRat_YehLon
      @FlameRat_YehLon 6 років тому +10

      That's J2ME though, which isn't the same as desktop Java. (But probably contributed to the 3 billion devices as well.)

    • @RhexGomez
      @RhexGomez 6 років тому +7

      Nokia phones :D

    • @WeMasterGaming
      @WeMasterGaming 6 років тому +1

      Elmar Gomez indeed

  • @LiranBarsisa
    @LiranBarsisa 5 років тому +8

    Kotlin is now the main competitor to Java on Android. Both are converted into byte code anyway, so they work together.

    • @yuricherkasov
      @yuricherkasov 4 роки тому

      Kotlin is made with idea "look, it works better than Java". So ironically to start learning Kotlin you must know Java already

  • @KyleHarrisonRedacted
    @KyleHarrisonRedacted 6 років тому +8

    "Java on the web is gone"
    Embedded Applets are what's gone. Java powers websites, web applications, and APIs en mass. Netflix's entire ecosystem is a tremendously huge array of Java applications (just as one example). It's never been more huge on the web than right now.
    Also Java was named after the Island, and simply because it's something people also call caffeinated beverages, enjoys whatever moniker that can come from it.
    JavaScript on the other hand was just an embedded scripting language that webmasters could take advantage of to enhance the runtime functionality of previously static pages. Similarities in name alone, even syntax wise they're so wildly different from eachother

    • @jemert96
      @jemert96 2 роки тому

      Whole server halls are managed through Java code lol, people have never heard of Scala/Hadoop/Spark I guess??

    • @dayvie9517
      @dayvie9517 Рік тому +1

      JavaScript was developed in a world where Java existed and leaders wanted a "Java like" language on the Browser, hence the name.

  • @yuki_is_bored
    @yuki_is_bored 6 років тому +129

    I'd like to add the Oracle/Sun JVM isn't used in Android. Android uses ART (previously Dalvik) which is a clean-room implementation of the JVM. At the moment, Android is pushing people to Kotlin which is another language that can run in the JVM (other examples of this are Scala and Clojure). I think the reason for this is that it's a much more "modern" language (Much more concise and simple).

    • @BigRobChicagoPL
      @BigRobChicagoPL 6 років тому +2

      I remember that fun stuff called BASIC and also when you talked about OAK I see it when I load a Win Bootable disk. Cool stuff

    • @hanro50
      @hanro50 6 років тому +7

      Well art isn't technically a Virtual machine since all it does is compile apps to a binary you device's CPU can understand.
      It does it one time and then saves the compiled app. Delvick also did this, but did it every time you launched said app since it never saved the compiled version.
      It doesn't do instruction conversion on the fly...

    • @Dorumin
      @Dorumin 6 років тому +2

      Thank god we're moving off from Java in mobile development though :)

    • @claudiolluberes111
      @claudiolluberes111 6 років тому +9

      It is still Java if Kotlin is running on JVM. It is using all of its features, optimizations, and is being compiled to Java bytecode.

    • @hanro50
      @hanro50 6 років тому +2

      Claudio Lluberes
      Actually the only limit really governing what limits are in place in Android is what ART can reliably compile into machine code on your device.
      Android doesn't really convert instructions on the fly like what you might see with a typical Java application

  • @superblaubeere27
    @superblaubeere27 6 років тому +1007

    Java did not really fall.

    • @Architector_4
      @Architector_4 6 років тому +91

      That's exactly what this video says.

    • @claudiolluberes111
      @claudiolluberes111 6 років тому +52

      That's what he said, it did fall on web but it's still alive in other platforms.

    • @CanaldoZenny
      @CanaldoZenny 6 років тому +7

      Yeah, some older software and games still require Java RTE to Run.

    • @josecarlosxyz
      @josecarlosxyz 6 років тому +24

      if you like to work on very old places dealing with crappy enterprise systems, yes, didn't fall...

    • @superblaubeere27
      @superblaubeere27 6 років тому +50

      Jose Carlos "on very old systems" "dealing with crappy enterprise systems". Wtf do you mean?

  • @climbers1376
    @climbers1376 5 років тому +4

    This is a true community service creating and posting this video here. thank you for your time and effort

  • @hrushikeshkale68
    @hrushikeshkale68 3 роки тому +4

    When I told my friend that I am learning java he laughed and told me to learn python, I said no Java is not dead yet

    • @sandeepkumarrayala6738
      @sandeepkumarrayala6738 3 роки тому +2

      All banking is on java I am working transa tions server. Payment gateways microservices

    • @mizanur_sajid
      @mizanur_sajid 3 роки тому

      same here...whatever happens but we still love java

  • @gaybrogrammer
    @gaybrogrammer 6 років тому +36

    Java itself likely will drop in popularity, but with JVM-based languages like Scala and Kotlin on the rise, the JVM should stick around.

  • @scottfranco1962
    @scottfranco1962 6 років тому +26

    "some compilers just assigned words to each of their machine code functions" That's called an "assembler" NOT a compiler. Please use the correct terminology. A skateboard is not a car.

    • @TheDuckofDoom.
      @TheDuckofDoom. 6 років тому +4

      "numbers represent instructions"
      No. Sets of electrical switch positions(abstracted as bit sequences and stored in groups of 8) are the actual instructions they are not numbers and they do not represent anything deeper. The unique set is the physical toggling of switches which then causes an electrical cascade of transistors through the processor, that cascade being the actual operation.(physical toggling does not mean mechanical, although it could and did once long long ago)

    • @ILovePancakes24
      @ILovePancakes24 5 років тому

      Technically it is a car, though it's better to describe it as a vehicle

    • @rockgardenlove
      @rockgardenlove 5 років тому

      @@dethm0r30 u real insite fam

  • @phriend2spin
    @phriend2spin 6 років тому +13

    Great video by the way. I do like that a few new languages run on the JVM like Kotlin and Dart. Not as popular as Java but it goes to show how adaptive the JVM is.

  • @Swimfan72
    @Swimfan72 6 років тому +8

    Java could really use an update that makes it a bit less lengthy to program in, and also have C and C++ level of performance when being compiled while also still being compatible with anything and revertible from any version of java.

    • @jahinzee
      @jahinzee 2 роки тому

      cough Kotlin cough

    • @rpgamer1002
      @rpgamer1002 2 роки тому

      Java 17?

    • @Swimfan72
      @Swimfan72 2 роки тому +2

      @@rpgamer1002 dog this comment is 3 years old java 17 wasn’t even a thing

  • @knockhello2604
    @knockhello2604 6 років тому +11

    Thank you for not using too much technical pharases and jargon - thanks for making your video watchable man your channel is a gem.

  • @finkelmana
    @finkelmana 6 років тому +141

    Java did not fail on the web, but web BROWSERS. Massive amounts of web based applications are Java based. In addition to that, Google wants people to move away from Java for its apps and move to Kotlin.

    • @cashbonanza963
      @cashbonanza963 6 років тому +24

      Ari Finkelman Kotlin runs on JRE. So basically it's Java.

    • @donpalmera
      @donpalmera 6 років тому +18

      >Google wants people to move away from Java for its apps and move to Kotlin.
      Kotlin generates JVM byte code. Google AFAIK hasn't publicly started they want people to move away from Java. However their crush on Kotlin is for legal reasons; They are getting sued by Oracle. Whether or not you think that APIs are copyright'able there is evidence that Android/Google knew there was an issue.

    • @donpalmera
      @donpalmera 6 років тому +11

      >1) it runs everything on the client so if the computer runs like shit,
      How is that different to current JS based code? The only reason it runs well now is because of all the effort put into JS engines. Java had JIT for ages..
      >2) secure coding. It is almost impossible to write secure code in Java.
      Why? Running code in a Java virtual machine isn't much different from running it in a JS interpreter/virtual machine.
      >while the apps are java, a good many of them are in
      >different languages.
      All of the high level UI and services on Android are written in Java. If you write an app that is an Android app and not something generic that's drawing on a surface chances are a lot of your code will be Java or Kotlin.
      >Candy Crush Saga, for example, is written in C++.
      Generic app drawing on a surface.
      >C#.
      Really? You mean the tiny tiny amount of xamarin apps right?
      >Java is basically for the consumer grade stuff.
      AKA most android apps.

    • @anthoniG
      @anthoniG 6 років тому +3

      Google are also heavily pushing a new framework called Flutter that is written in Dart. Now Dart runs in a virtual machine like Java but I think it's a different one.

    • @hanslepoeter5167
      @hanslepoeter5167 6 років тому +4

      web browsers failed to implement the securety scheme that was advised by sun at the time to run applets. As a result a java applet had no securety and could do anything it wanted on the client machine. As such it became unsafe to run applets and webbrowser developers banned java.
      Bad decision. java is still an excellent language for error prone development and will be around for a long time i hope. Bad implementations of the same ideas are next best so far imho.

  • @spidertyler
    @spidertyler 5 років тому +16

    10:23 best programming meme ive seen in my life

    • @VijayKanta
      @VijayKanta 4 роки тому

      Wow, great find boss!

    • @spidertyler
      @spidertyler 4 роки тому

      ah ok, so I have seen better now.

    • @psycho3324
      @psycho3324 4 роки тому

      @@spidertyler wow one year ago

  • @rmrbush
    @rmrbush 6 років тому +27

    Amazing, the JVM is "just" the Adapter design pattern for processors.

    • @DrorF
      @DrorF 3 роки тому

      That's why they call them " design *patterns* "
      (nice observation though)

  • @kingjames4886
    @kingjames4886 6 років тому +227

    sooooo... clickbait.

    • @nekdo_kavc
      @nekdo_kavc 6 років тому +2

      I question if you even know what clickbait means.

    • @kingjames4886
      @kingjames4886 6 років тому +24

      ofc I do... it's something designed to draw attention in the form of "clicks" by creating a thumbnail or title that either doesn't pertain in any way to the subject of the content or very loosely describes the content.
      java and by extension java script is far from dead.

    • @nekdo_kavc
      @nekdo_kavc 6 років тому +6

      Bacon does sh!t
      I didn't thought I need to. He apparently knows what clickbait is and he thinks that the title of the video is bait for clicks; I on the other hand think that calling this video clickbait is a stretch.

    • @alexkoshuta6219
      @alexkoshuta6219 6 років тому +2

      it is kinda clickbait but I think it's because the guy doesn't quite know what he is talking about. It's true that Java was intended for www but it was a short period and was long ago. Actually Java is still on the rise but he never even mentioned that it's a dominant enterprise language.

    • @bennri
      @bennri 6 років тому +2

      I'm surprised he didn't say what I think is the biggest threat to Java in the near future: Oracle. They have threatened some huge lawsuits on Google, creating fear in the community.

  • @cno9984
    @cno9984 6 років тому +99

    i was learning java and my dad bought me a book about javascript... i am serious

    • @TheMrKeksLp
      @TheMrKeksLp 6 років тому +10

      Can you disown your own dad?

    • @TheMrKeksLp
      @TheMrKeksLp 6 років тому +25

      On a more serious note: JavaScript is such a fucking garbage programming language it's hard to put into words. Still slightly better than PHP though

    • @FlameRat_YehLon
      @FlameRat_YehLon 6 років тому +1

      Well, at least not numbers are numbers now.

    • @jhoughjr1
      @jhoughjr1 6 років тому +1

      JS will hey you further.

    • @Ezyasnos
      @Ezyasnos 6 років тому +1

      How is it better? Because more scriptkiddies made crashing junk for it? Because of the "it kinda works"-mentality, which is infinitely better than the mentality of actually defining that it can not do anything else but function in a correct way?

  • @abhijeet_ghosh
    @abhijeet_ghosh 3 роки тому +6

    Even if Java itself may die one day, Kotlin (for Android), groovy (smart home) and other Java derivatives will keep on pushing forward.

  • @orbyfied
    @orbyfied 2 роки тому +1

    Java as a language might not be as impressive anymore, but holy shit the JVM is a work of art.

  • @DS-Pakaemon
    @DS-Pakaemon 6 років тому +32

    That TV remote is Sooooo advanced for it's time. At least to me. Why isn't any comment celebrating that??? I think that remote is lit!

    • @Sushimitzu
      @Sushimitzu 6 років тому +4

      In fact, the Star7 was *too* advanced for its time. As a result, there was no market for it and it failed.

    • @alshezawi2010
      @alshezawi2010 5 років тому +1

      Yes this is the first time I heard about it and i'm shock

    • @hieutora
      @hieutora 5 років тому

      Yes, in the iPhone launch, people cheered when Job did a scroll move but that tv remote went unnoticed. It was way ahead of its time.

  • @MrTheshadowking
    @MrTheshadowking 6 років тому +52

    Another thing why Java won't fall any time soon is that it's ease of programming, and the fact that it has a huge prevelence in high school computer science classes making it the gateway of beginner programmers

    • @JustOneGuy
      @JustOneGuy 6 років тому +15

      TheShadowKing98 school programs are being changed to study python instead so that argument is weak

    • @TUnit959
      @TUnit959 6 років тому +16

      We studied both Python and Java. Unfortunately we started Java around the time that Minecraft was getting really big so _everyone_ in the class was all "lets make a mod!" and then only like two or three of them managed to get the environment set up properly for it.

    • @__mk_km__
      @__mk_km__ 6 років тому +9

      You lucky guys...
      We learn P a s c a l . N E T

    • @raney150
      @raney150 6 років тому +4

      Python is starting to take some ground in early classes. I'd say Python is much better to start out with.

    • @jhoughjr1
      @jhoughjr1 6 років тому +15

      Lol ease of programming? C#, Swift , Ruby, Python and JS are all easier to program in.

  • @SCUBAelement-Intl
    @SCUBAelement-Intl 5 років тому +3

    That star 7 I had no idea was such a precursor device! Really cool!

  • @johnadler6987
    @johnadler6987 2 роки тому +1

    "The rise and fall of Java".
    *stares intensly at minecraft*
    "Java is dying?"

  • @robglez
    @robglez 6 років тому +15

    My experience with Java is great. I still use it for Android programming everytime I can! Lots of resources available. Nice video man!

  • @notvelleda
    @notvelleda 6 років тому +222

    1:16 *_Complier?_*

  • @bkboggy
    @bkboggy 6 років тому +9

    When I was taking a Java class, during one of the tests I was the only one that answered correctly to a question about Java's original name, Oak. A useless piece of information that shouldn't have been asked on a programming test. I only knew it because I have an obsession about reading any book from cover to over, even the publishing details.... weird, huh. I hated the fact that professor wasted a question on a trivia and so I never looked into its origin (the book didn't go into those details). However, thanks to your video, now I know, heh.

    • @jscorpio1987
      @jscorpio1987 4 роки тому +2

      I’m the same way when it comes to books. I feel incomplete unless I’ve read every single word printed in the book. Even now, reading my tenth book on C++, I still can’t make myself skip the beginning where it explains stuff like variables and data types. I feel like if I skipped it, I would miss some tiny detail that wasn’t mentioned in any of my previous books.

  • @higorguedes4413
    @higorguedes4413 5 років тому +7

    The science elf: The gaming historian PC and software counterpart

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 6 років тому +31

    2:01 “Virtual machines” aka “bytecode interpreters” were hardly a new idea. UCSD Pascal was doing it about 10-15 years earlier.

    • @WilderPoo
      @WilderPoo 4 роки тому +2

      No such thing as a new idea in CS lol

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 4 роки тому +1

      True, but sometimes old ideas are forgotten when they should be resurrected. For example, it’s nice to see coroutines making a comeback (async/await in Python and other languages); next I would love to see continuations www.codecodex.com/wiki/Continuations added to some language other than LISP ...

  • @dzeko1167
    @dzeko1167 6 років тому +3

    I have had the pleasure of backpacking Java Indonesia in 2010.
    just had to mention that 😀🌏✈️

  • @theshermantanker7043
    @theshermantanker7043 3 роки тому +10

    "The fall of Java"
    Java: *Is the second most used language in the world*

    • @raianmr2843
      @raianmr2843 2 роки тому

      it's literally bleeding in every sector it's big in lmao

  • @danielmedina3128
    @danielmedina3128 5 років тому +3

    Java is such a beautiful language. It will never be completely obsolete.

  • @DarshanSenTheComposer
    @DarshanSenTheComposer 6 років тому +6

    1:14 - The moment when we realise, we humans make errors even with the word 'Compiler', leave aside the assembly language XD

    • @0x19
      @0x19 4 роки тому

      I "code" in asm in Pokémon red xD

  • @TerenceKearns
    @TerenceKearns 5 років тому +3

    That brought back memories and made me feel all warm and fuzzy inside.

  • @railerswim
    @railerswim 5 років тому +2

    Java is huge in The Enterprise today’s. So many backend systems for applications (not like App Store apps, more like apps provided from corporations to their clients) are running via a cluster of jvm’s through IBM’s websphere or other Java hypervisors.

  • @hazelgalban3566
    @hazelgalban3566 4 роки тому +2

    Title: The Rise and *Fall* of Java
    Minecraft Java Edition: *HOLD MY BEER*

  • @paulszudzik9588
    @paulszudzik9588 5 років тому +3

    I've been working with Java since 1997.. and it has been deployed in some very major applications.. runs a lot of grocery stores, server management.. etc.. nice video. ( One minor issue .. you spelled compiler wrong on your first slide.. otherwise.. GREAT!

  • @klauseiche2084
    @klauseiche2084 5 років тому +5

    Java is that thing that minecraft needed you to download

  • @isaacjacobharris
    @isaacjacobharris 5 років тому +9

    1:14 I'm so glad my dslexiyaer complied with my terms. Normally it's so prevalent.

  • @davidwise1302
    @davidwise1302 6 років тому +2

    A well-done and informative oversimplification.
    Java's bytecode was not a new idea. In the 70's, Pascal was compiled to p-code ("portable code" or "pseudo-code" since it was an instruction set for a fictional pseudo-computer like Java's Virtual Machine (VM)). Pascal's procedure library was fairly basic, so any practical compiler would inevitably extend the language. So the idea was that every computer system (remember that this was before the IBM PC) would have a p-code interpreter, so you could use any Pascal compiler extended in whatever way (eg, compare standard Pascal procedures with Turbo Pascal) to generate the executable object in p-code, then load it on any computer with a p-code interpreter and run it. Just like you do with Java's bytecode.
    Pascal's p-code scheme never really caught on, especially when the more famous extended compilers ran on PCs (eg, Turbo Pascal, QuickPascal). It took the environment provided by the Internet to make the use of p-code, now called bytecode, both practical and desirable. Pascal's p-code was before its time.
    The later history I saw was a legal battle over the licensing of Java and what Microsoft was doing with it. It was during that legal battle (which I think came out in Microsoft's favor, but feel free to correct me) that Microsoft started developing C# and the .NET library, a does-everything library rather similar to Java's very extensive library.

  • @metabolic_jam
    @metabolic_jam 6 років тому +3

    JVM is incredible, Java (before 8) is grandfather era technology and there are millions of programmers who can write the same bulky code. Scala/Closure/Kotlin ftw

  • @Saghetti
    @Saghetti 6 років тому +7

    10:22 im crying right now

  • @YuukiRusGames
    @YuukiRusGames 5 років тому +2

    My favorite part of this video has to be compiler being spelled out as "complier"

  • @RobFos
    @RobFos 5 років тому +4

    In case anyone missed it, Google themselves said many times that KOTLIN language will be taking over Java in the android eco-system
    just thought I would mention it :D

    • @connor5890
      @connor5890 5 років тому +2

      Kotlin still uses the Java virtual machine though

  • @skywalkerhunter95
    @skywalkerhunter95 6 років тому +8

    no matter what you said, i still think it's misleading and it should have a different title, im sorry😢

  • @Piipperi800
    @Piipperi800 6 років тому +4

    Minecraft introduced me to Java.
    That actually sounds more depressing now that i actually comment it.

    • @Ausar0
      @Ausar0 5 років тому

      Runescape introduced me to it. The old launcher was Java

  • @JasonCoulls
    @JasonCoulls 5 років тому +1

    I haven't heard that Red Sector "Cebit 90" demo music in like 20 years. Takes me back even further than Java does.

  • @emperorj4783
    @emperorj4783 3 роки тому +3

    My dumb classmates think that Minecraft Java Edition is a better version of Bedrock or P.E but they don't know that it is actually a programming language: JAVA.
    **MEME SECTION**
    Nobody:
    Me: Mojang, why in the world did you re-write Minecraft in Java?? Now I can use my laptop as a toaster while playing Minecraft
    User: Java, java?
    Java: Yes papa?
    User: Eating R.A.M?
    Java: No papa.
    User: Telling lies?
    Java: No papa!
    User: Open you mouth...
    Java: HAHAHA!
    *millions of bytes of R.A.M fall out from Java's mouth**

  • @riverstephens2009
    @riverstephens2009 6 років тому +11

    haaaaaaa the best sounding UA-camr rises up again

  • @BilisNegra
    @BilisNegra 6 років тому +4

    The Star Seven had tactile drag and drop with the item being redrawn as it is moved, in the early 90's? Did that REALLY exist? Is this actually not a fairy tale? Wow...

  • @zeffery101
    @zeffery101 5 років тому

    I wish I could go back in time to watch those first TED talks in the 90s

  • @MikeElmore
    @MikeElmore 6 років тому +1

    I love that the 'Compiler" graphic @ 1:20 says 'Complier' - cause that is essentially what it did... made your code comply with machine code. a great unintentional gaff

  • @Latiman94
    @Latiman94 6 років тому +4

    YES! Always love watching these videos. Can’t wait to watch this one, it’s sure gonna be good

  • @asdqwe4427
    @asdqwe4427 5 років тому +4

    Containers will be challenging for Java

  • @plrc4593
    @plrc4593 2 роки тому +1

    Java and C# are beautiful languages and I hope Java will never lose high popularity (unless substituted by C#).

  •  5 років тому +5

    That means Steve Jobs copies the idea of touch screen from the Green Team because the ways iPhones operate today just like the Green Team's.

  • @mea1224
    @mea1224 6 років тому +10

    Java is dead. Long live Java.

  • @danielyahalom3961
    @danielyahalom3961 6 років тому +46

    I'm gonna drink a cup of tears of Java developers crying over that one joke at 8:30

    • @Martinit0
      @Martinit0 6 років тому +1

      Oracle should sue JS, or whoever

    • @tomysshadow
      @tomysshadow 6 років тому

      @Lord Unknown I thought JavaScript was the name for Netscape's implementation of it while JScript was IE's.

  • @colmiga
    @colmiga 5 років тому

    Interesting fact: The bytecode used for the virtual machine in Java was derived from a project at Xerox PARC called Mesa. The Mesa bytecode was implemented in a physical CPU using off-the-shelf parts in Xerox's first commercial computer workstations running a GUI based network operating environment called STAR in 1982. This makes the basis for the virtual machine of Java and Android to be much older than Sun's work in the 1990's.

  • @abhijeet_ghosh
    @abhijeet_ghosh 3 роки тому +2

    “Nor would something written for ARM run on a 6502”
    Nor would something written for a 6502 not run on ARM.
    Re-read this.

  • @KuraIthys
    @KuraIthys 6 років тому +9

    Javascript annoys and confuses me for some reason.
    I've overcome it recently, but another 'easy' language also drove me nuts in the past. (Basic.)
    In hindsight basic isn't so bad. I mean, what I'm dealing with lacks a few features that would be pleasant, but I AM running a version that effectively comes from 1982. (on period hardware.)
    As for Java, it annoyed me in more subtle ways, because back then (and sort of still now) I was mostly into game programming.
    And guess what Java doesn't let you do? (by design), access hardware and OS features directly!
    That means your only option is to use the available libraries, which in the early 2000's absolutely sucked for doing any kind of realtime graphics.
    To make matters worse, even with a graphics library providing some approximation of low level hardware features, the language refuses to allow the use of pointers. Which further cripples your ability to write low level (as in fundamental, not hardware specific) graphics code...
    Nowadays there are more libraries, though it's pretty obvious to me given the headaches I had with it that those libraries can't themselves be written in Java, or they wouldn't be capable of doing anything.
    In any event, annoyances aside, I managed to write perfectly functional Java almost entirely off the back of knowing C++, which goes to show how similar most of the syntax and commands are...

    • @linxesis7498
      @linxesis7498 5 років тому +3

      JavaScript: Easy to learn, hard to master

    • @feitingschatten1
      @feitingschatten1 5 років тому +2

      JavaScript doesn't follow logic very much, is nearly impossible to debug, and is just a giant hash table so it'll basically slow down the more you write. The people that use it usually haven't much of an idea of the fact it's already being interpreted on top of a pile of other technology and have no idea about the trade-offs between memory and cpu since threading and deep-copying and pass-by-value just aren't in the vocabulary of javaScript. Basically, if you're confused by it, then you're trustworthy. If you say you've mastered "random", then something's off.
      But what I'm trying to say is, Vampire: The Masquerade was coded in Java. Fun little fact you might enjoy to see what people did with it and how they got it to go fast. It wasn't 100%, but it was significantly made with it.

  • @vtx24alpha
    @vtx24alpha 5 років тому +6

    Nice video, you used a neutral language and a good explanation on what you consider "the fall". Personally I think you should look at the problem and solve it with what you like best. Many people nowadays hate Java just because of Oracle.

  • @mebossyounothing
    @mebossyounothing 5 років тому

    I Remember working for a company where they had this one program written in 16bit assembly, some things never die.

  • @Ferocious_Imbecile
    @Ferocious_Imbecile 5 років тому

    Well thank you for answering so many questions in ten minutes and thirty seven seconds.