排序
Weekly Links #1
Weekly Links #1, Weekly Links 2019 (14 Part Series) 1 Weekly Links #1 2 Weekly Links #2 ... 10 more parts... 3 Weekly Links #3 4 Weekly Links #4 5 Weekly Links #5 6 Weekly Links #6...
Java vs Kotlin for Android App Development
Java vs Kotlin for Android App Development,Guess the language: easy-to-learn, concise and has the official status “ready for Android development”? Apparently, we’re talking abou...
How to install Payara 5 with NGINX and Let’s Encrypt over Oracle Linux 7.x
How to install Payara 5 with NGINX and Let's Encrypt over Oracle Linux 7.x, From field experiences I must affirm that one of the greatest and stable combinations is Java Applicatio...
Part-1: Spring & Gradle – Multi Module Project
Part-1: Spring & Gradle - Multi Module Project,Overview: In this article, we’ll implement a spring boot multi module application. We’ll use gradle build system. The goal is here ...
Java Selenium Utilities that you can reuse
Java Selenium Utilities that you can reuse,--Selenium Helper classes --SeleniumUtilities.java package test.java.SeleniumUtilities; import java.net.MalformedURLException; import jav...
Java Program to Count Number of Words in a File
Java Program to Count Number of Words in a File,Source : Java Program to Count Number of Words in a File This tutorial explains how to count number of words in a file in java. Find...
Java Program to Read a Text File Line by Line
Java Program to Read a Text File Line by Line,Source : Java Program to Read a Text File Line by Line This tutorial explains how to read a text file line by line in java. This simpl...
How to create an Android App: Datepicker
How to create an Android App: Datepicker, Creating An Android App (6 Part Series) 1 How to create an Android App Part 1 2 How to create an Android App: Datepicker ... 2 more parts....
How Java is Evolving with Simon Ritter - JDK 9 to 13
How Java is Evolving with Simon Ritter - JDK 9 to 13,In this post I will share my notes on a great talk given by Simon Ritter titled “JDK from 9 to 13 How Java is Evolving with...
Primitive Types and Variables in Java
Primitive Types and Variables in Java, Java Basics (2 Part Series) 1 Introduction to Coding in Java 2 Primitive Types and Variables in Java Welcome back to another Java tutorial! I...
Unmarshalling the Marshalled: XML BINDING IN JAVA
Unmarshalling the Marshalled: XML BINDING IN JAVA,During my first software engineering internship, I was tasked to build a USSD application. Since USSD applications are unstructure...