java-tutorials/core-java-modules/core-java
mikr 46ebcba3a0 JAVA-1749 Move modules language interop and console 2020-06-07 13:22:16 +02:00
..
src JAVA-1749 Move modules language interop and console 2020-06-07 13:22:16 +02:00
.gitignore Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
README.md JAVA-1749 Move modules language interop and console 2020-06-07 13:22:16 +02:00
customers.xml Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
externalizable.txt Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
pom.xml [JAVA-1657] Junit and Maven Surefire Plugin upgrade in core-java-modules (#9301) 2020-05-25 19:45:48 +05:30
yofile.txt Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
yofile2.txt Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00

README.md

Core Java Cookbooks and Examples

Relevant Articles:

#New module structure ###########################

#Leave in core-java: Getting Started with Java Properties Java Money and the Currency API Introduction to Java Serialization Guide to UUID in Java Compiling Java *.class Files with javac Introduction to Javadoc Guide to the Externalizable Interface in Java What is the serialVersionUID? A Guide to the ResourceBundle Merging java.util.Properties Objects

#Move to language interop (Done) Introduction to Nashorn

#Move to new new package: core-java-console (Done) Read and Write User Input in Java Formatting with printf() in Java ASCII Art in Java

#Move to core-java-string-operations-2 Guide to Character Encoding Convert Hex to ASCII in Java #remove additional readme file

#Move to core-javadatetime-operations-2 Finding Leap Years in Java

#Move to core-java-time-measurements Java Timer

#Move to core-java-reflection How to Get a Name of a Method Being Executed?

#Move to core-java-streams How to Find all Getters Returning Null

#Move to core-java-jvm How to Get the Size of an Object in Java

#Move to data-structures module Graphs in Java

#Move to core-java-collections-3 Quick Guide to the Java Stack

#These are already in another module Using Curl in Java #Core Java Networking (Part 2) Creating a Java Compiler Plugin # Core Java Sun Java Global Exception Handler #Core Java Exceptions Java Try with Resources #Core Java Exceptions How to Find an Exceptions Root Cause in Java #Core Java Exceptions JVM Log Forging #Core Java JVM Making a JSON POST Request With HttpURLConnection #Core Java Networking (Part 2) Common Java Exceptions #Core Java Exceptions Retrieve Fields from a Java Class Using Reflection #Core Java Reflection