Nicolas Fränkelfrankel.hashnode.net·Jun 13, 2022What I miss in Java, the perspective of a Kotlin developerJava has been my bread and butter for almost two decades. Several years ago, I started to learn Kotlin; I never regretted it. Though Kotlin compiles to JVM bytecode, I sometimes have to write Java again. Every time I do, I cannot stop pondering why m...Discuss·57 likes·280 readsKotlin
Sadia Mukhtarsadiamukhtar.hashnode.net·Jan 4, 2023Demystifying JAVA's Bytecode.Java had always been known for its security, flexibility and portability. Java changed the way the world looks at the issue of portability and security. A program, when downloaded might contain any virus which may possess a threat to the system. For ...Barkatul Mujauddin and 1 other are discussing this2 people are discussing thisDiscuss·26 likes·109 readsbytecode
Jaydeep Ravatsuperjavacoder.hashnode.net·Apr 5, 2023Java Development and Deployment: Demystifying the Trio - JVM, JDK, and JREJava is one of the most widely used programming languages in the world today, and it has a rich ecosystem of tools and technologies that developers can use to build robust and scalable applications. However, for newcomers to the Java world, the acron...Discuss·12 likes·41 readsJava LearningJava
Bikash Mainalibikash8848.hashnode.net·Apr 9, 2023shutdownHook() in JavaA common real-life example of a shutdown hook in Java is when a server application needs to gracefully shut down and release resources when it receives a signal to terminate. For instance, let's say a web server application is running and listening f...Discussmultithreading
Jaydeep Ravatsuperjavacoder.hashnode.net·Apr 5, 2023Java Development and Deployment: Demystifying the Trio - JVM, JDK, and JREJava is one of the most widely used programming languages in the world today, and it has a rich ecosystem of tools and technologies that developers can use to build robust and scalable applications. However, for newcomers to the Java world, the acron...Discuss·12 likes·41 readsJava LearningJava
Nitin KalraforToday I Learnedtil.hashnode.net·Feb 19, 2023Command-Line Monitoring for Java ApplicationsMonitoring a Java application is an essential part of maintaining its performance and reliability. Fortunately, there are a variety of tools and techniques available for monitoring Java applications, including several that can be accessed from the co...Discuss·10 likes·31 readsSpring BootJava
Li QiforLi Qi's blogbackend-with-java.hashnode.net·Jan 31, 2023A JVM Crash Analysis1.1 Background Crash Time: 2023-01-30, around 15:30 after a half-month vacation. Here's the simplified architecture: Note: The system is deployed in LAN. +--------------+ ...DiscussJava
Driptaroop Dasdripto.hashnode.net·Jan 30, 2023Lazily Initializing Implicit Logger in Every Class in KotlinHow Kotlin(JVM) logger declaration works If you're familiar with the Kotlin programming language on the JVM platform, you may have encountered the need for logging in your projects. Typically, this requires declaring a logger for each class in your c...Discuss·53 readsKotlin
Sagarika Tiwarisagie-tech.hashnode.net·Jan 27, 2023Understanding Java -1Java is platform-independent because of byte code and JVM. Execution of a java program As you can see from the image above, the source code(.java) is compiled into byte code, the .class file, which is platform-independent. This byte code is converte...Discuss·40 reads2Articles1Week
Yutsav Hari Bhagatyutsav2002.hashnode.net·Jan 16, 2023Know some unknown facts about JDK.Shelf Introduction First of all, let me introduce myself, I'm Yutsav Hari Bhagat I am currently pursuing B.Tech in Computer Science and Engineering, this is my first blog :) Come back to Topic Before talking about JDK I want to talk about java softwa...DiscussProgramming Blogs
Sadia Mukhtarsadiamukhtar.hashnode.net·Jan 4, 2023Demystifying JAVA's Bytecode.Java had always been known for its security, flexibility and portability. Java changed the way the world looks at the issue of portability and security. A program, when downloaded might contain any virus which may possess a threat to the system. For ...Barkatul Mujauddin and 1 other are discussing this2 people are discussing thisDiscuss·26 likes·109 readsbytecode
Mouad Oumousmouadoumous.hashnode.net·Jan 2, 2023Java Core ConceptWhat are the components of java Architecture ? What is java architecture ? Here , I will explain you the java architecture in sample steps. In Java, there is a process of compilation and interpretation. The code written in Java, is converted into b...Discuss·1 like·41 readsJava
Nihar Janiblogwithnihar.hashnode.net·Dec 27, 2022Introduction To JavaIn This Blog, We Will Learn About the Basics of the Java language such as JDK, JVM, JRE, Compile Time And Run Time etc. This is from 7th video lecture of DSA Playlist By Kunal Kushwaha https://www.youtube.com/watch?v=4EP8YzcN0hQ&list=PL9gnSGHSqcnr_Dx...Discuss·54 readsjre