This repository contains a collection of java coding snippets and solutions that I have prepared for my interview practice. These snippets covers various java related topics which is commonly asked in technical Interviews.
Each folder corresponds to a specific topic or a problem category. Within each folder you will find multiple coding questions and solutions.
- Core Java
- Collections
- Threads
- Exception Handling
- Java 8
- Searching
- Sorting
To run the Java code snippets, ensure you have a Java Development Kit(JDK) installed on your machine. You can compile and run the Java files using any Java compiler or IDE of your choice.
Clone the project
git clone https://github.com/kumarcodes/JavaCodingSnippets.gitGo to the project directory
cd JavaCodingSnippetsCompile Java code
javac filename.javaRun Java Program
java filenameThis project is licensed under the MIT License- see the LICENSE file for details.
Programming Language: Java
