Why They Called It Java | Prime Reacts

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ส.ค. 2023
  • Recorded live on twitch, GET IN
    / theprimeagen
    Article link: www.infoworld.com/article/207....
    Written by: Kieron Murphy
    MY MAIN YT CHANNEL: Has well edited engineering videos
    / theprimeagen
    Discord
    / discord
    Have something for me to read or react to?: / theprimeagenreact
    Hey I am sponsored by Turso, an edge database. I think they are pretty neet. Give them a try for free and if you want you can get a decent amount off (the free tier is the best (better than planetscale or any other))
    turso.tech/deeznuts
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 233

  • @keyboard_g
    @keyboard_g 10 หลายเดือนก่อน +296

    It’s fair to call Java legendary. The programming world shifted. What they taught in schools shifted. All those early smart phones ran it.
    I’m not a fan, but it’s impact is undeniable.

    • @David_Box
      @David_Box 10 หลายเดือนก่อน +4

      Nah still too much. It's like an epic-cool at most

    • @danvilela
      @danvilela 10 หลายเดือนก่อน

      Hitler also changed the world and is taught at schools every day. Is he "legendary" though?

    • @tasheemhargrove9650
      @tasheemhargrove9650 10 หลายเดือนก่อน +4

      @@danvilelaSo you think Java is closer to Hitler than Michael Jordan, or another legend like Albert Einstein? Java was a paradigm shift for sure, and a positive one.

    • @danvilela
      @danvilela 10 หลายเดือนก่อน

      I don't think it was a positive one at all. Bad code has been created everyday as well as bad programmers because of this paradigm shift.@@tasheemhargrove9650

    • @pixelsam123
      @pixelsam123 10 หลายเดือนก่อน

      Unfortunately they never shifted away from Java 8 and now we have to deal with this old version in the education system

  • @JosifovGjorgi
    @JosifovGjorgi 10 หลายเดือนก่อน +108

    Java is legendary
    For enterprise software development, companies had to pay for compilers, linkers, OS, IDE to Borland or Microsoft, because C/C++ were the de-facto standard.
    By the year 2005, companies had to pay only the engineers, because everything you need for enterprise software development was OSS, from OS, runtime, IDE and libraries.
    Linux and Java made the biggest shift in the software and that shift lead to software production explosion.

    • @ivanmaglica264
      @ivanmaglica264 8 หลายเดือนก่อน +1

      True, but Java did not use to be OSS until about 2005 or so. And even then you needed to pay if you wanted to put it in production in some situations, like if you wanted to bundle java runtime with your physical product. Oracle is trying something similar nowadays with official JRE distributables.

  • @jamestillman5247
    @jamestillman5247 10 หลายเดือนก่อน +198

    It is legendary, the amount of apps that it has served up over time, its a household name to anyone who is even slightly tech savvy and provided us countless memories. How is that not legendary status. Just cuz you don't like the language? That's rediculous. It's legendary, nuff talk.

    • @NexusGamingRadical
      @NexusGamingRadical 10 หลายเดือนก่อน +15

      Well said to be honest.

    • @ryanshea5221
      @ryanshea5221 10 หลายเดือนก่อน +22

      Did you know that Java runs on over 3 billion devices?!?

    • @chpsilva
      @chpsilva 10 หลายเดือนก่อน +17

      All koolkids must mock oldfart Java, you know.

    • @dave4148
      @dave4148 10 หลายเดือนก่อน +3

      The marketing was legendary, not the technology

    • @raianmr2843
      @raianmr2843 10 หลายเดือนก่อน +3

      You mean legendary marketing, not technology lmao. Sun and Oracle have spent tens of billions of dollars behind Java's advertising alone. Java is the prime example of "fake it till you make it".
      But prolly the worst part of the story is that this isn't even the reason Java blew up. C++ was just so bad and people were just so fed up with the platform APIs that they practically settled for the next worst thing.

  • @vinterskugge907
    @vinterskugge907 10 หลายเดือนก่อน +101

    Java was the first GC language that went mainstream. Everyone was fed up with segfaults using C/C++ in the nineties, so that was the main reason it became popular IMO. Not the cross-platform thing.
    It was, indeed, one of the best products of 1995!

    • @Ryuujin1024
      @Ryuujin1024 10 หลายเดือนก่อน +19

      It replaced segfaults with null pointer exceptions.
      Thankfully other JVM languages Kotlin/Scala/etc. fixed that but still one heck of an oversight to not have that in the typesystem. Java as a platform JVM, cross platform, is still a great thing.

    • @vinterskugge907
      @vinterskugge907 10 หลายเดือนก่อน +16

      @@Ryuujin1024 To be fair, null pointers are a thing in C too. So Java removed segfaults, but as you state, didn't fix null pointers.
      Solutions are on their way though, in just a few short years String! in Java will mean a String that cannot be null.

    • @paulrei00
      @paulrei00 10 หลายเดือนก่อน

      ​@@Ryuujin1024 NullPointerException and OutOfMemoryException was a biggest pain in the ass for everyone who was coding for J2ME platform.

    • @sacredgeometry
      @sacredgeometry 10 หลายเดือนก่อน

      And its a fucking shit show. So imagine how bad working on C/C++ projects in the 90s was.

    • @taylankammer
      @taylankammer 10 หลายเดือนก่อน +17

      It's genuinely a very good language to this day IMO. I've been using it professional for about 5 years now for Android dev, meaning I'm stuck with Java 11 plus whatever Android adds from newer language features, and even with that I'm very very happy with Java as a language.
      This comes from a programming language snob who loves Lisp, so, no, it's not from not knowing what other languages have to offer. I've looked into Kotlin, and although null safety is very good on paper, I'm not sure how well it translates to avoiding bugs in the end of the day.
      The majority of NPEs in my experience stem from deeper issues, not simply "oopsie, I didn't realize this value could be null here and forgot to check." It's more like "why the heck is this nullable value null in this particular code-path; it's only allowed to be null under different circumstances."
      Also: checked exceptions. I'll never understand why this feature didn't catch on. Kotlin literally went and removed it.

  • @kabukitheater9046
    @kabukitheater9046 10 หลายเดือนก่อน +66

    JAVA EE is now JAKARTA EE. makes sense coz all of these are places in indonesia

    • @stefanms8803
      @stefanms8803 10 หลายเดือนก่อน +3

      It’s weird to refer to 2 places as “all of these places”. “All” makes sense if we’re talking about at least 3.

    • @thavrisco1632
      @thavrisco1632 10 หลายเดือนก่อน

      @@stefanms8803be open to it

    • @gabrielevan148
      @gabrielevan148 10 หลายเดือนก่อน

      @@stefanms8803 there's project lombok iirc

    • @raianmr2843
      @raianmr2843 10 หลายเดือนก่อน

      ​@@stefanms8803🤓

    • @batatanna
      @batatanna 10 หลายเดือนก่อน

      ​@@stefanms8803the sentence is grammatically correct tho

  • @thingsiplay
    @thingsiplay 10 หลายเดือนก่อน +48

    The technology is legendary, not the language itself. Java was an important part of the web before JavaScript existed.

    • @khangle6872
      @khangle6872 10 หลายเดือนก่อน +5

      Nah, PHP was out before java. And in web specifically nothing had more impact than PHP back in the day, love it or hate it.
      Java was legendary for other things. Most of cell phone back then run on java. Most games on those run Java, including the legendary Nokia Snake game. Desktop apps use Java, even game use Java

    • @thingsiplay
      @thingsiplay 10 หลายเดือนก่อน

      @@khangle6872 PHP and Java had a complete different use case and does not compare. Java on the web was basically was the rich interactive enhancements of static websites. Before Flash and JavaScript. That is something PHP could not do, because it was server side, not browser side used. Most people never knew about PHP, but they knew and used Java applets directly.
      And if we take the other desktop and mobile phone clients into account, then it's clear how revolutionary Java was back then. It deserves the tag legendary.

    • @heroe1486
      @heroe1486 10 หลายเดือนก่อน +11

      ​​@@khangle6872 and they made sure you know those mobile games were using Java, I knew about Java before knowing what a programming language was

    • @_DT_
      @_DT_ 10 หลายเดือนก่อน +5

      @@heroe1486 over 3 billion devices

    • @homelessrobot
      @homelessrobot 10 หลายเดือนก่อน +2

      java was an important part of the web long after javascript existed. For the longest time the way you did anything that looked at all like a 'web app' was a java applet or activeX. Imagine, running completely unisolated visual basic programs, by default, whenever they were embedded into a web page you happen upon.

  • @AnthonyBullard
    @AnthonyBullard 10 หลายเดือนก่อน +29

    I was part of the early Angular community (named the 0.10.11 release). Angular the name came from the angle brackets used in HTML tags. It's original tagline was something like "HTML with superpowers". The logo was chosen from a community competition and was open. Originally it was just the text in black on a yellow banner.

    • @AnthonyBullard
      @AnthonyBullard 10 หลายเดือนก่อน +4

      I'm sure Misko will fact check me if he sees this, but this is my memory of 12 years ago 😂

    • @ryanshea5221
      @ryanshea5221 10 หลายเดือนก่อน +1

      Simpler times

  • @WedgeTalon
    @WedgeTalon 10 หลายเดือนก่อน +47

    Let's be honest, "I named X" is EXACTLY what a Product Manager who did the bare minimum to contribute would say.

    • @jeffwhite3867
      @jeffwhite3867 9 หลายเดือนก่อน

      So, that includes Elon Musk then....

  • @pixelsam123
    @pixelsam123 10 หลายเดือนก่อน +18

    Writing HasThisTypePatternTriedToSneakInSomeGenericOrParameterizedTypePatternMatchingStuffAnywhereVisitor is indeed dynamic, revolutionary, lively, fun!

    • @raianmr2843
      @raianmr2843 10 หลายเดือนก่อน

      😂

  • @FatDawlf
    @FatDawlf 10 หลายเดือนก่อน +21

    Man I sure love programming in silkscript

  • @PhilipAlexanderHassialis
    @PhilipAlexanderHassialis 10 หลายเดือนก่อน +9

    The fact that so many years after its primary inception the language powers on huge swathes of the corporate enterprise sector should justify its legendary status. The language is used *everywhere*. From in house stuff for many corporations to famous "public" applications like e.g. LinkedIn.
    You may not like Java, its cadence, its design by committee, its complexity, all the ecosystem that moves at a glacial pace. But its more than certain you HAVE used it in one way or another - even if you have never used an old school mobile or an Android one.

  • @Z3rgatul
    @Z3rgatul 10 หลายเดือนก่อน +12

    Why so much hate on Java? It was revolutionary when it came in 1995.
    Let see how much hate your favorite languages (Rust, Go, Python and so on) will have in 25 years? Will they even survive for so long? 🤣

    • @YumekuiNeru
      @YumekuiNeru 10 หลายเดือนก่อน +8

      python is older than java so there is that

    • @gh0stcassette
      @gh0stcassette 10 หลายเดือนก่อน +3

      Java was a very technologically impressive programming language, the JVM was a great idea for easy cross-platform support and it probably helped mainstream garbage-collected languages.
      I just hate the syntax, it's ugly and it feels un-ergonomic to be forced to use object oriented patterns for Literally Everything. If I had to Interact with any Java code today, I would Desperately hope I could write in Kotlin or Scala instead, since they all compile to JVM bytecode and can use Java libraries.

    • @heroe1486
      @heroe1486 10 หลายเดือนก่อน

      Dude acting like Python wasn't 4 years older

    • @Z3rgatul
      @Z3rgatul 10 หลายเดือนก่อน

      @@heroe1486 who cares about exact date when python was released
      only the year when python became mainstream language matters

  • @jamesm4957
    @jamesm4957 10 หลายเดือนก่อน +19

    Imagine if Silk was picked, we will got a SilkScript today

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  10 หลายเดือนก่อน +11

      silky smooth script

    • @soumen_pradhan
      @soumen_pradhan 10 หลายเดือนก่อน +12

      Actually fits, since it's related to web.

    • @VivekYadav-ds8oz
      @VivekYadav-ds8oz 10 หลายเดือนก่อน +1

      we might've had a different name for JS then, because this doesn't roll off the tongue.

  • @JamesMurphy1984
    @JamesMurphy1984 6 หลายเดือนก่อน +4

    Java. It's still here nearly 30 years later. Works everywhere STILL. Is very fast for a compiled language and is still an easier language to learn than it's sister language like Scala or Groovy and it's the 4th most popular language. STILL.
    Definitely deserves title of Legendary...

  • @jomager7217
    @jomager7217 10 หลายเดือนก่อน +9

    Some studies prove that java developers are the most happy ones! I think it‘s a beautyful language by the way.

    • @JamesMurphy1984
      @JamesMurphy1984 6 หลายเดือนก่อน +2

      It's because older java apps just work even on newer VMs and the fact that the Java community is just second to none. There's never any major dramas.

  • @ruanpingshan
    @ruanpingshan 10 หลายเดือนก่อน +4

    Considering how much effort companies normally put into coming up with good names, how is it that there's a communication app called DISCORD?

  • @bjbegui
    @bjbegui 10 หลายเดือนก่อน +10

    Modern java is super fun... loving it

    • @mjovanc
      @mjovanc 9 หลายเดือนก่อน

      You mean Kotlin?

    • @bjbegui
      @bjbegui 9 หลายเดือนก่อน +2

      @@mjovanc no....eww

  • @VictorMartinez-zf6dt
    @VictorMartinez-zf6dt 10 หลายเดือนก่อน +5

    It's easy to forget, but at the time Java was such a big deal that it warranted all that praise. Remember that at the time, the only real alternatives were C++ and Smalltalk

  • @ruanpingshan
    @ruanpingshan 10 หลายเดือนก่อน +4

    We were taught in middle school that it was called Java because the programmers were drinking coffee from Java when they came up with the idea.

    • @raianmr2843
      @raianmr2843 10 หลายเดือนก่อน +1

      That was the marketing version of the story they went with.

  • @puspo-in
    @puspo-in 10 หลายเดือนก่อน +5

    java is the name for an island located in indonesia, the name also called for tribe, and the languange. the java language is hard

  • @mfinixone1417
    @mfinixone1417 10 หลายเดือนก่อน +4

    The last part when he was talking about the razor, that actually describes me

  • @VasiliSyrakis
    @VasiliSyrakis 10 หลายเดือนก่อน +3

    There are only two hard things in Computer Science: cache invalidation and naming things. -- Phil Karlton

  • @Titousensei
    @Titousensei 10 หลายเดือนก่อน +5

    I don't understand all the hate for Java. It's a decent language that gets a lot of things right. It has some issues, but it's far from the worst language I worked with.

    • @lashlarue7924
      @lashlarue7924 4 หลายเดือนก่อน +1

      Same. All the complaints about boilerplate are overblown. It's cross platform, relatively easy to learn, and it still runs everywhere. Maybe there might be better alternatives today, but you could still make a strong case for it even now (i.e. BigDecimal).

  • @daedalus5070
    @daedalus5070 10 หลายเดือนก่อน +4

    "Legendary" == "Infamous"

  • @thomasrichards8055
    @thomasrichards8055 10 หลายเดือนก่อน +4

    Silk, the programming language that would later pave the way for the armies of SilkScript developers…

  • @catocall7323
    @catocall7323 10 หลายเดือนก่อน +3

    A cup of java was a hip way to say coffee in the 90's

  • @laughingvampire7555
    @laughingvampire7555 10 หลายเดือนก่อน +3

    I remember reading in 1999 that the name came because Gosling and the rest were frequenting a coffee shop named Java something, and that is why the name Java and the logo was a cup of coffee.

    • @demolazer
      @demolazer 10 หลายเดือนก่อน

      I also read this a long time ago, that it had something to do with the name of the coffee they were drinking at the time.

    • @kevinlkoehler
      @kevinlkoehler 3 หลายเดือนก่อน

      The coffee shop at The Oaks Shopping center Cupertino was called The Coffee Society, don't know if it's an inspiration, but a lot of coders used to hang out there. The Peppermill was a restaurant across the street in the Apple parking lot.

  • @laughingvampire7555
    @laughingvampire7555 10 หลายเดือนก่อน +1

    I used HotJava in a Solaris machine, obviously since it was a Sun Microsystems machine it had all the bells and whistles and HotJava was interesting because it was a browser written in Java but also was it was shitty, very slow. It also had the famous CDE (common desktop environment) and other desktops.

  • @defnlife1683
    @defnlife1683 9 หลายเดือนก่อน

    It’s insane that one of the designers Guy Steel also codeveloped scheme, and that two of the languages that harm us emotionally were almost minimalist lisps (java and javascript)

  • @martinpata2899
    @martinpata2899 10 หลายเดือนก่อน +18

    Java is legendary

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  10 หลายเดือนก่อน +3

      and fun

    • @danvilela
      @danvilela 10 หลายเดือนก่อน +1

      and efficient! @@ThePrimeTimeagen

    • @murilovieira2785
      @murilovieira2785 10 หลายเดือนก่อน

      ​@@ThePrimeTimeagensure

  • @kaotiskhund
    @kaotiskhund 10 หลายเดือนก่อน +2

    interface Technology {
    void OOP();
    }
    abstract class Java implements Technology {
    @Override public void OOP(){
    System.out.println("Legendary");
    }
    }

  • @infrofl6557
    @infrofl6557 10 หลายเดือนก่อน +3

    69 bajillion devices run Silk

  • @cejannuzi
    @cejannuzi 10 หลายเดือนก่อน

    We would always go make coffee while waiting for it to load and start working.

  • @murilounten7891
    @murilounten7891 10 หลายเดือนก่อน

    what is the name?

  • @keenoogodlike
    @keenoogodlike 10 หลายเดือนก่อน +1

    I thought it was the name of legacy coffee so they use coffee logo.

  • @XDarkGreyX
    @XDarkGreyX 10 หลายเดือนก่อน +1

    Primewife carrying all of Netflix on her back

  • @gloowacz
    @gloowacz 8 หลายเดือนก่อน

    Legendary can also be interpreted as "infamous", so it still fits very well.

  • @glommeryt
    @glommeryt 10 หลายเดือนก่อน +6

    Java is legendary. Like the legend of the Baba Yaga

    • @thingsiplay
      @thingsiplay 10 หลายเดือนก่อน

      I played the Baba Yaga extension for Tomb Raider.

  • @ivanmaglica264
    @ivanmaglica264 8 หลายเดือนก่อน +1

    Anything cool, unique and easy over time with extensive use becomes dull, uninteresting and mind numbingly complicated. If you try to keep it up, you will get a blow-back of "this is no longer X that we learned and loved"

  • @deathlife2414
    @deathlife2414 10 หลายเดือนก่อน

    The hardest problem in programming is naming the one who come with that is a true genius philosopher

  • @elliottmarshall1424
    @elliottmarshall1424 10 หลายเดือนก่อน +1

    Until they added the auto wrapper/unwrapped to primitives I didn't have any issues with java. But every time I use typescript I always think, this is looking like java

    • @raianmr2843
      @raianmr2843 10 หลายเดือนก่อน

      ts is slowly becoming more like modern c# (superficially ofc) imo

    • @lucass8119
      @lucass8119 9 หลายเดือนก่อน

      @@raianmr2843 At this point just abandon Javascript on web browsers for C#. Realistically the microsoft stigma will stop this from happening, but I can dream.

  • @marknefedov
    @marknefedov 10 หลายเดือนก่อน

    But how Duke was created?

  • @Noturnus1976
    @Noturnus1976 6 หลายเดือนก่อน +1

    I am a Java/javascript developer and I avoid using javascript when I can.
    Java is much better to debug/refactor. The static typing is amazing when you are creating a non Hello World app

  • @octavian08b
    @octavian08b 10 หลายเดือนก่อน +1

    WebDance, Neon - Cyberpunk vibes

  • @--zero
    @--zero 10 หลายเดือนก่อน

    named by the powers of NINETIES BRAINSTORMING.

  • @demolazer
    @demolazer 10 หลายเดือนก่อน

    Thinking about it, the name of a language is actually rather important these days. With so many around, it could be the sole difference between a casual googler clicking on your language's page or another.

  • @apina2
    @apina2 8 หลายเดือนก่อน

    The name Polese is so funny soundin' 😀

  • @SmileyJack.
    @SmileyJack. 10 หลายเดือนก่อน

    03:17 didn't want anything with 'net'

  • @JLarky
    @JLarky 10 หลายเดือนก่อน

    name "Angular" is a joke about html tags using angle brackets :) and the logo is an A tag

  • @farisfaikar_r
    @farisfaikar_r 10 หลายเดือนก่อน +1

    You may have summoned some Javanese people in the comment section lol

  • @stewiebrown1520
    @stewiebrown1520 10 หลายเดือนก่อน +1

    Jawa Moto - only java that is fun

  • @amanuel2135
    @amanuel2135 5 หลายเดือนก่อน

    Literally got a Gillette ad at the end wtf

  • @jl_117
    @jl_117 10 หลายเดือนก่อน

    thank goodness it wasn’t called Oak or Greentalk

  • @SeanCallahan52
    @SeanCallahan52 9 หลายเดือนก่อน

    I made a project for our company that submits data removal requests to data brokers (with some noice sauce) and called it WipeIt because it "gets rid of that shit".

  • @ClaudioBrogliato
    @ClaudioBrogliato 10 หลายเดือนก่อน

    Silk 6.9 could be the final release.

  • @chrisnicey
    @chrisnicey 10 หลายเดือนก่อน

    Because Oak might because some trademarks issues.

  • @Justanoobcoder
    @Justanoobcoder 7 หลายเดือนก่อน

    2:35 if Java was named Silk, we would have a language named SilkScript

  • @bartech101
    @bartech101 10 หลายเดือนก่อน

    From all proposed names Java looks like a great name 😂😂😂

  • @cinemaspins2947
    @cinemaspins2947 หลายเดือนก่อน

    It wasn't the most popular language for many years?

  • @kobibr9362
    @kobibr9362 9 หลายเดือนก่อน

    Times magazine was the twitter of the 90s. You would cared if that that piece of paper said it. Things have changed. I haven’t touched a piece of paper in 6 months.

  • @Sakrosankt-Bierstube
    @Sakrosankt-Bierstube 12 วันที่ผ่านมา

    Silk would have been a smooth name... pun intended.

  • @NickRabbott
    @NickRabbott 10 หลายเดือนก่อน +1

    People love to hate Java nowadays, that doesn't trump the fact that it was revolutionary for the time. It pioneered garbage collection and platform independence, just to name a couple features that the modern programming languages we all love have today.

  • @slice6298
    @slice6298 10 หลายเดือนก่อน +1

    As to 10 best products of 1995
    Java is number 7
    Number 4 is condoms
    Number 6 is a bike
    Java is lower than condoms and a bike lol

  • @GreedoShot
    @GreedoShot 3 หลายเดือนก่อน

    Java is legendary, all my favorite web games in the 90s were made with it

  • @Diego-Garcia
    @Diego-Garcia 10 หลายเดือนก่อน

    The name is TheJavaGen

  • @nicolaslopeza2251
    @nicolaslopeza2251 10 หลายเดือนก่อน

    What I like to do is think what would be of JavaScript if Java was called something else.
    WebDancerScript, SilkScript, LinguaJavaScript.
    Things could get really funny

  • @seanmills3502
    @seanmills3502 10 หลายเดือนก่อน

    Since you often put milk in java, it is safe to call Java the language LEGENDAIRY. ☕🥛

  • @mvargasmoran
    @mvargasmoran 10 หลายเดือนก่อน

    what the hell is falcor? don't mess with neverending story lore

  • @Omnifarious0
    @Omnifarious0 10 หลายเดือนก่อน

    Java was named by committee. Sounds about right.

  • @nooalovern
    @nooalovern 10 หลายเดือนก่อน +1

    Imagine if Svelte was called Silk. We would live in a better world. How easy it would be to convince a “non dev” to shut up about react and just trust your word. But hey, here we are.

  • @boy_deploy
    @boy_deploy 10 หลายเดือนก่อน

    Java was so legendary so Microsoft copies. Wiki:
    Visual J++ is Microsoft's discontinued implementation of Java. Syntax, keywords, and grammatical conventions were the same as Java's. It was introduced in 1996 and discontinued in January 2004, replaced to a certain extent by J# and C#.

  • @MrAlanCristhian
    @MrAlanCristhian 10 หลายเดือนก่อน

    Yes, a lot of people hates java now. But it was amazing on 1995.

  • @bariole
    @bariole 10 หลายเดือนก่อน

    Receiving strong "Java 's bad" vibes..

  • @pif5023
    @pif5023 9 หลายเดือนก่อน

    So Java was chosen as a retort to the phrase “[…] like Java! It could never work”
    “You know Chris, I do happen to like the word Java!”
    Kekw

  • @temper8281
    @temper8281 10 หลายเดือนก่อน +1

    rust in 30 years time

  • @user-jn4tp7ti9n
    @user-jn4tp7ti9n 10 หลายเดือนก่อน

    Silk woulda been pretty bad ass tho!

    • @CTimmerman
      @CTimmerman 10 หลายเดือนก่อน

      More suited to Skype's speech codec which is now part of Opus.

  • @geomorillo
    @geomorillo 10 หลายเดือนก่อน

    my mini framework i named it prestomvc lol ,😂😂😂

  • @RyanTipps
    @RyanTipps 10 หลายเดือนก่อน +1

    Java really is a good name tho

  • @spicynoodle7419
    @spicynoodle7419 10 หลายเดือนก่อน +1

    little omega big lulz

  • @JonathonMcClung
    @JonathonMcClung 10 หลายเดือนก่อน

    Pro beard

  • @mattymerr701
    @mattymerr701 10 หลายเดือนก่อน +1

    It's more (in)famous

  • @cherryjayhawk4845
    @cherryjayhawk4845 10 หลายเดือนก่อน +2

    As a Javanese I like Java.

  • @wartab
    @wartab 10 หลายเดือนก่อน

    This TH-camr didn't say who he is at the end, I'm lost.

  • @cmelgarejo
    @cmelgarejo 10 หลายเดือนก่อน

    Imagine java called RUBY. Im pretty sure there's a universe where this is a fact

  • @Kane0123
    @Kane0123 10 หลายเดือนก่อน

    I love it.

  • @k98killer
    @k98killer 10 หลายเดือนก่อน

    Know what else is legendary? Satan. I therefore conclude that it is reasonable to use the term to describe Java.

  • @ryanleemartin7758
    @ryanleemartin7758 10 หลายเดือนก่อน +1

    In the 90's, Java was cool! But like almost all things cool, they become uncool.

  • @fuzzy-02
    @fuzzy-02 10 หลายเดือนก่อน

    Whose The Father: Java?!

  • @aryabp
    @aryabp 10 หลายเดือนก่อน +1

    Ada Indonesia Coyy

  • @solomonalbert
    @solomonalbert 10 หลายเดือนก่อน +1

    Silkscript 😂

  • @thom1218
    @thom1218 10 หลายเดือนก่อน +1

    Oak was taken? Too bad that wasn't a strong enough hint that they should have gone with "J"oak. When every "applet" ran like a lobotomized snail, you still get people today trying to "flex" their Java performance skillz... yeah, Joak is perfect.

  • @joerad4722
    @joerad4722 10 หลายเดือนก่อน

    In another timeline....
    Java is called Ruby
    AND
    Ruby is called Java
    Wow...

  • @Mitch_Crane
    @Mitch_Crane 10 หลายเดือนก่อน

    Bunch of coffee addicts with all their beans and jars and abstract double short low fat no foam latte factories

  • @mattrs1
    @mattrs1 10 หลายเดือนก่อน +1

    Is java legendary? Yes
    Is java impressive by today standards? No
    Java is the smells like teen spirit of programming. Legendary for its time and for what it enabled, but far from the best exponent (black hole sun was a waaay better grunge song but it's relevancy isn't as high as slts)

  • @trondenver5017
    @trondenver5017 10 หลายเดือนก่อน +2

    I’ve heard way worse Alex jones imitations. Let em rip.

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  10 หลายเดือนก่อน +1

      so... you are saying there is a chance?

  • @jmguillemette
    @jmguillemette หลายเดือนก่อน

    The real question is why is JavaScript call JavaScript when it came after Java and had nothing to do with Java at all! - forever to be the bain of all Java Developers

  • @k98killer
    @k98killer 10 หลายเดือนก่อน

    Should fork Java and call it TrashLang. It's a double entendre: it is garbage collected, and it's literally just a copy of Java.

  • @NotMarkKnopfler
    @NotMarkKnopfler 10 หลายเดือนก่อน

    The language is a fine language. I was never a fan of some of the programming ideologies that grew up around, but external to, the language. Massive, over-complex object inheritance, and a cult-like zelousness that grew around the language. Meh. I like the language itself though. I wrote a CPU emulator using it. I didn't use many of the OO paradigms that one typically employs in all but the most trivial Java programs because it didn't need to. It's a CPU emulator! I thought it was a great language. Just use it's powerful features responsibly. Same applies to any other language.

  • @AjinkyaBhushan
    @AjinkyaBhushan 2 หลายเดือนก่อน

    fun fact: Java still runs on 3 billion devices

  • @McHorsesCreations
    @McHorsesCreations 10 หลายเดือนก่อน

    If they called Java Silk, we would have SilkScript.