Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abirhossenmunna/java_exam_preparation
This repository contains a collection of Java programming exercises and solutions designed to strengthen understanding of core Java concepts, data structures, algorithms, and common coding challenges. Perfect for beginners looking to practice Java fundamentals, as well as for experienced developers preparing for interviews.
https://github.com/abirhossenmunna/java_exam_preparation
arraylist arrays java linked-list string-manipulation
Last synced: 5 days ago
JSON representation
This repository contains a collection of Java programming exercises and solutions designed to strengthen understanding of core Java concepts, data structures, algorithms, and common coding challenges. Perfect for beginners looking to practice Java fundamentals, as well as for experienced developers preparing for interviews.
- Host: GitHub
- URL: https://github.com/abirhossenmunna/java_exam_preparation
- Owner: AbirHossenMunna
- Created: 2024-11-07T16:55:03.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2024-11-07T17:27:39.000Z (7 days ago)
- Last Synced: 2024-11-07T17:51:29.958Z (7 days ago)
- Topics: arraylist, arrays, java, linked-list, string-manipulation
- Language: Java
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Common Problem for Job Exam
### Here is some Question List
* Find the smallest Number in an Array
* Find the Second smallest Number in an Array
* Find the Second Highest Number in an Array
* Find the Highest Number in an Array
* Write a function to check if a given string is a palindrome.
* Reverse Words in a String
* Reverse letters in a String
* FizzBuzz Problem
* Remove Duplicates from an Array
* Remove Duplicates letters from an String
* Find Missing Number in an Array
* Sum up the even number.
* Compress a string by replacing repeated characters with the character followed by the number of repetitions (e.g., "aaabb" becomes "a3b2").
* Remove Duplicates Word from an String### Prerequisite:
* Need to install jdk 11, gradle and allure
* Configure Environment variable for jdk 11, gradle and allure
* Clone this project and unzip it
* Open the project folder
* Double click on "build.gradle" and open it through IntellIJ IDEA
* Let the project build successfully