firstpost共6篇
My first post in dev community-拾光赋

My first post in dev community

My first post in dev community,class HelloWorld { public static void main(String[] args) { System.out.println('Hello, World! This is my first post on dev community'); } } 原文链接...
kity的头像-拾光赋kity4年前
0477
Functional handling of Collections in Java using Streams-拾光赋

Functional handling of Collections in Java using Streams

Functional handling of Collections in Java using Streams,Java Streams were introduced in Java 8. They provide a declarative (or more precise: functional) API to work with collectio...
kity的头像-拾光赋kity4年前
02213
Daily spend tracker android app.-拾光赋

Daily spend tracker android app.

Daily spend tracker android app.,Hello, I have developed a simple android application to help in tracking our money usage in our day to day life. I developed the application using ...
kity的头像-拾光赋kity5年前
0419
How I wrote my first full-stack Android app-拾光赋

How I wrote my first full-stack Android app

How I wrote my first full-stack Android app,In the span of 4 months, I planned out a mobile app idea, self-taught myself the Android framework, wrote my first REST API, and release...
kity的头像-拾光赋kity5年前
0365
A Software Developer’s Guide to Effective Debugging-拾光赋

A Software Developer’s Guide to Effective Debugging

A Software Developer’s Guide to Effective Debugging,There are some things in life you can’t escape, like death and taxes. And also for us techies, there’s programmers creating b...
kity的头像-拾光赋kity5年前
0238
How Java program actually runs? What is Just in time compiler?-拾光赋

How Java program actually runs? What is Just in time compiler?

How Java program actually runs? What is Just in time compiler?,Java is a bit different from other types of compiled and interpreted languages. First, a java program is compiled fro...
kity的头像-拾光赋kity5年前
02311