New: jdkAll contenthive-129948hive-196917krsteemhive-166405zzanhive-183959hive-180932hive-150122hive-185836photographyuncommonlablifehive-183397hive-144064bitcoinhive-188619krsuccesshive-139150hive-101145hive-124908hive-103599hive-180301hive-109690hive-179660TrendingNewHotLikersnrb1 (65)inΒ wtrΒ β’Β 7 months agoWater pollution is a pressing environmental issueWater pollution is a pressing environmental issue that occurs when harmful substances contaminate water bodies, such as rivers, lakes, oceans, and groundwater. This contamination can originate fromβ¦minhbinh (43)inΒ javaΒ β’Β 11 months agoμλ° κ°λ° ν€νΈ λ€μ΄λ‘λ λ° μ€μΉμ λν μμΈν μ§μΉ¨μλ°λ νμ¬ μννΈμ¨μ΄ κ°λ° νκ²½μμ κ°μ₯ μΈκΈ° μλ νλ‘κ·Έλλ° μΈμ΄ μ€ νλμ λλ€. κ°λ°μλ€μ μμ£Ό μλ° κ°λ° ν€νΈ (JDK) λꡬλ₯Ό μ¬μ©νμ¬ μλ° μΈμ΄λ₯Ό νμ©ν©λλ€. μ΄λ μλ° νλ‘κ·Έλλ° μΈμ΄λ‘ μλ‘μ΄ μννΈμ¨μ΄λ₯Ό νλ‘κ·Έλλ°νκ³ κ°λ°νλ λ° λμμ΄ λλ μ€μν μμ© νλ‘κ·Έλ¨ μ€ νλμ λλ€. κ·Έλ λ€λ©΄ μλ° κ°λ° ν€νΈλ 무μμΌκΉμ? μ΄ λꡬμ νΉμ§μβ¦moldur (26)inΒ javaΒ β’Β 3 years agoHow about Java certification in 2022Oracle doesn't make it easy to figure out what is the current certification path regarding java language or is there any to begin with. If you made a break like me (maybe not as long as mine) andβ¦jinahya (25)inΒ javaΒ β’Β 6 years agoInstalling Oracle JDK in Ubuntuoracle-java8-installer ppa:webupd8team/java add-apt-repository PPA λ₯Ό λ±λ‘ν©λλ€. $ sudo add-apt-repository ppa:webupd8team/javalikhon2 (41)inΒ jdkΒ β’Β 7 years agoHow to JDK Download and setup my PCwelcome to your very first my blog in Android app development now in this blog series what I want to source do is first of all I'm going to assume that you guys have never created anβ¦matifzia (25)inΒ utopian-ioΒ β’Β 7 years agoProgramming in JavaThis article includes source code for Java beginners. We've included Java code that can help any new programmer to learn Java more quickly. Posted on Utopian.io - Rewarding Open Source Contributorsblk (39)inΒ ubuntuΒ β’Β 7 years agoμ°λΆν¬ Ubuntu μ Java μ€μΉνκΈ° - oracle java8μ°λΆν¬μ μλ°μ€μΉ μλ μμλλ‘ ν°λ―Έλ νλ μ€νν΄μ νλ©΄ λλ€. $ sudo add-apt-repository ppa:webupd8team/java $ sudo apt-get update $ sudo apt-get install oracle-java8-installer κ°μκΈ° μ°½μ΄ νλ λ¬λ€. λΉν©λ§κ³ okβ¦hui0222 (36)inΒ javaΒ β’Β 7 years agoμλ°κ°λ°νκ²½κ΅¬μΆ - jdk μ€μΉ λ° νκ²½λ³μλ±λ‘μλ° κ°λ° νκ²½ κ΅¬μΆ μλ°κ°λ°λꡬ(JDK) μ€μΉ μλ° νλ‘κ·Έλ¨μ κ°λ°νκΈ° μν΄μλ Java SEμ ꡬνμ²΄μΈ JDKλ₯Ό μ€μΉν΄μΌνλ€. Java SEμ ꡬν체λ JDKμ JRE λκ°μ§κ° μλ€. JDK : νλ‘κ·Έλ¨ κ°λ°μ νμν μλ°κ°μκΈ°κ³(JVM), λΌμ΄λΈλ¬λ¦¬ API, μ»΄νμΌλ¬λ± κ°λ°λꡬ ν¬ν¨ JRE : νλ‘κ·Έλ¨ μ€νμ νμνβ¦szr52 (44)inΒ fitnessΒ β’Β 7 years agoSPAMSPAMfarhanali (63)inΒ utopian-ioΒ β’Β 7 years agoTutorial: How to install JDK & Run Program using CMD Java Tutorial Day#1Hi friends hope you all are fine shine today I'm going to teach how to install JDK(Java development kit) in Windows to start our java language tutorials, So in today's tutorial, I'm going toβ¦codebind.com (25)inΒ installΒ β’Β 7 years agoHow to Install Eclipse Oxygen on Windows 10In this video I am going to show you How to Install The Latest Eclipse in Windows 10. If you dont know how to install Java JDK, Follow the video below. How to install Java JDK 9 on Windows 10 (β¦amirl (63)inΒ kotlinΒ β’Β 7 years agosteemCreated with Sketch.Kotlin - New Developement Language on JVMA friend told me today about Kotlin, wich is a new developement language bases on JDK, with backward compatibility all the way since jdk6. It is reccomended for android. If someone has experienceβ¦mmlug (25)inΒ javaΒ β’Β 7 years agoImmutable Collections in Java 9Immutable Collections in Java 9 In Java 9 we now have "immutable collections". For example, if we want to create lists, we can do like this: List list0 = List.of(); // List0