jvm 第15页
Decompiling Kotlin's program: Data class-拾光赋

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...
kity的头像-拾光赋kity6年前
02415
Recent Java Updates from IBM-拾光赋

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...
kity的头像-拾光赋kity6年前
0337
Decompile and dissasemble JVM bytecode compiled from Kotlin source code-拾光赋

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 ...
kity的头像-拾光赋kity6年前
0528
Why is the name of the language, 'Clojure'?-拾光赋

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 '...
kity的头像-拾光赋kity7年前
0425
Kotlin-拾光赋

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...
kity的头像-拾光赋kity7年前
0235
A Primer on JVM Memory Management and Troubleshooting - 1-拾光赋

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...
kity的头像-拾光赋kity7年前
0239
JVM Architecture 101: Get to Know Your Virtual Machine-拾光赋

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...
kity的头像-拾光赋kity7年前
04514
Java - JVM Security Information Gathering-拾光赋

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...
kity的头像-拾光赋kity7年前
04611
Kotlin DSL: From Theory to Practice-拾光赋

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...
kity的头像-拾光赋kity7年前
0409
The state of Java and the JVM ecosystem in 2017-拾光赋

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...
kity的头像-拾光赋kity8年前
0407