排序
Decompiling Kotlin’s program: Data class
Decompiling Kotlin's program: Data class,If you are a Java programmer you may be tired of having troublesome implementation of setter, getter, hashcode, toString once. Does not the...
Recent Java Updates from IBM
Recent Java Updates from IBM,In preparation for a Java conference, I’ve spent some time to catch up on the latest activities in the Java community. With Java EE’s move to Eclipse...
Decompile and dissasemble JVM bytecode compiled from Kotlin source code
Decompile and dissasemble JVM bytecode compiled from Kotlin source code,This is an experiment to try using javap (disassembler) and jad (decompiler) for this Kotlin code. fun main ...
Why is the name of the language, ‘Clojure’?
Why is the name of the language, 'Clojure'?,Many who did not seek the 'history' thinks: Did you pick the name based on starting with the word 'closure' and replacing the 's' with '...
Kotlin
Kotlin,In this year's KotlinConf keynote Andrey Breslav mentioned how pleasantly surprised he was by the results of Google search for 'Kotlin love' keywords. Developers love workin...
A Primer on JVM Memory Management and Troubleshooting – 1
A Primer on JVM Memory Management and Troubleshooting - 1, JVM-Troubleshooting (2 Part Series) 1 A Primer on JVM Memory Management and Troubleshooting - 1 2 JVM Primer Part 2 - Deb...
JVM Architecture 101: Get to Know Your Virtual Machine
JVM Architecture 101: Get to Know Your Virtual Machine,Java applications are all around us, they’re on our phones, on our tablets, and on our computers. In many programming langua...
Java – JVM Security Information Gathering
Java - JVM Security Information Gathering, Overview Over the last ~5 years I’ve worked with quite a few different Hadoop clusters. During this time, Java has changed quite a bit s...
Kotlin DSL: From Theory to Practice
Kotlin DSL: From Theory to Practice,SQL, RegExp, Gradle — what do they have in common? All of them represent an example of using domain-specific languages, or DSLs. Languages of t...
The state of Java and the JVM ecosystem in 2017
The state of Java and the JVM ecosystem in 2017, Introduction Java was initially developed in 1995 and it has come a very long way. Many of you might already have experience with J...