Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 1.22 KB

File metadata and controls

64 lines (35 loc) · 1.22 KB

Overview

This repository contains a collection of java* codes 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. Java 8

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: Java8

Logo

Author