Skip to content

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.

Notifications You must be signed in to change notification settings

kumarcodes/JavaCodingSnippets

Repository files navigation

Overview

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.

Contents

Each folder corresponds to a specific topic or a problem category. Within each folder you will find multiple coding questions and solutions.

Topics Covered

  1. Core Java
  2. Collections
  3. Threads
  4. Exception Handling
  5. Java 8
  6. Searching
  7. Sorting

Getting Started

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.git

Go to the project directory

  cd JavaCodingSnippets

Compile Java code

  javac filename.java

Run Java Program

  java filename

License

This project is licensed under the MIT License- see the LICENSE file for details.

Tech Stack

Programming Language: Java

Logo

Author

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages