6.6 KiB
6.6 KiB
=========
Core Java Cookbooks and Examples
Relevant Articles:
- Immutable ArrayList in Java
- Java - Reading a Large File Efficiently
- Java InputStream to String
- Converting between an Array and a List in Java
- Converting between an Array and a Set in Java
- Converting between a List and a Set in Java
- Convert a Map to an Array, List or Set in Java
- Java – Write to File
- Java Scanner
- Java Timer
- Java – Byte Array to Writer
- How to Run a Shell Command in Java
- MD5 Hashing in Java
- Guide to the Java ArrayList
- Guide to Java Reflection
- A Guide to Java Sockets
- Java 8 Collectors
- Guide To CompletableFuture
- Guide to Java 8’s Functional Interfaces
- Convert char to String in Java
- Random List Element
- Convert String to int or Integer in Java
- Java 8 – Powerful Comparison with Lambdas
- Java – Directory Size
- Java – Try with Resources
- A Guide to the Java ExecutorService
- Java 8 New Features
- Lambda Expressions and Functional Interfaces: Tips and Best Practices
- The Double Colon Operator in Java 8
- Java 8 Streams Advanced
- Introduction to Thread Pools in Java
- Introduction to Java 8 Streams
- Guide to the Fork/Join Framework in Java
- How to Print Screen in Java
- How to Convert String to different data types in Java
- Introduction to Java Generics
- Generate equals() and hashCode() with Eclipse
- A Guide To Java Regular Expressions API
- Sorting in Java
- Getting Started with Java Properties
- Grep in Java
- Java - Combine Multiple Collections
- Simulated Annealing for Travelling Salesman Problem
- Slope One Algorithm: Collaborative Filtering Recommendation Systems
- Differences Between the Java WatchService API and the Apache Commons IO Monitor Library
- Pattern Search with Grep in Java
- URL Encoding and Decoding in Java
- Calculate the Size of a File in Java
- The Basics of Java Generics
- The Traveling Salesman Problem in Java
- How to Create an Executable JAR with Maven
- Guide to java.util.concurrent.Future
- Guide to java.util.concurrent.BlockingQueue
- Guide to CountDownLatch in Java
- How to Design a Genetic Algorithm in Java
- A Guide to ConcurrentMap
- Guide to PriorityBlockingQueue in Java
- Guide to Java 8 groupingBy Collector
- Avoiding the ConcurrentModificationException in Java
- Guide to WeakHashMap in Java
- Strategy Design Pattern in Java 8
- Java 8 and Infinite Streams
- Custom Thread Pools In Java 8 Parallel Streams
- String Operations with Java Streams
- Spring Security – Cache Control Headers
- Basic Introduction to JMX
- AWS Lambda With Java
- Introduction to Nashorn
- Exceptions in Java 8 Lambda Expressions
- Guide to the Guava BiMap
- Iterable to Stream in Java
- Java 8 Stream findFirst() vs. findAny()
- Chained Exceptions in Java
- The Java HashMap Under the Hood
- A Guide to LinkedHashMap in Java
- A Guide to TreeMap in Java