How to get input from Java Console
How to get input from Java Console. Examples using System.console
, Scanner
and BufferedReader
+ InputStreamReader
.
Client Server Socket example in Java
Client Server Socket example in Java. Client example reading the input from the console. Simple echo server example.
Java Properties file example
How to work with java Properties files. Properties files are key values file. The tutorial contains both read and write examples.
How to convert Char to String in Java
How to convert Char to String in Java using String.valueOf
and Character.toString
method.
How to install maven on macOS
How to install maven on macOS. Simple 5 steps: download, extract, path, maven settings and test.
How to convert Char Array to String in Java
How to convert Char Array to String in Java. Two simple examples: using String constructor or static valueOf method
Search
Other Posts
Follow Us On