🌐
GitHub
github.com › topics › java-interview-questions
java-interview-questions · GitHub Topics · GitHub
Java Practiced Problems including concepts of OOPS, Interface, String , Collection. patterns interface oop design-patterns inheritance generics bit-manipulation string-manipulation polymorphism java-programming encapsulation comparator java-interview-questions oop-concepts math--programs
🌐
GitHub
github.com › topics › java-practice
java-practice · GitHub Topics · GitHub
java java-practice digital java-sample tcs codevita-solutions xplore java-solutions tcs-xplore tcs-xplore-answers java-questions tcs-digital xplore-cpa-answers tcs-xplore-answers-java tcs-digital-practice arijit-tcs-digital arijit-digital java-solution-tcs java-digital
🌐
GitHub
github.com › topics › java-practice-questions
java-practice-questions
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
🌐
GitHub
github.com › topics › practice-programming
practice-programming · GitHub Topics · GitHub
This Repository contains solution of all the JAVA practical questions.
🌐
GitHub
github.com › topics › java-exercises
java-exercises · GitHub Topics · GitHub
A comprehensive Java practice repository covering essential and advanced topics.
🌐
GitHub
github.com › topics › java-questions
java-questions · GitHub Topics · GitHub
core-java java-questions java17 java-technical-questions ... Java Solutions for the module CS6402 - Intermediate Programming in Java - University of Limerick. I was a Lab Assistant for this module and created this repo for helping the Masters students enrolled in it. ... This is for JAVA software application development module exam practice questions with answers.
🌐
GitHub
github.com › rajkishorbgp › Programming-with-Java
GitHub - rajkishorbgp/Programming-with-Java: 300+ Coding Questions on All Important Topics (asked by Top Companies) || Complete Java Language.
300+ Coding Questions on All Important Topics (asked by Top Companies) || Complete Java Language. - rajkishorbgp/Programming-with-Java
Starred by 48 users
Forked by 14 users
Languages   Java
🌐
GitHub
github.com › topics › java-programs
java-programs · GitHub Topics · GitHub
A repository for learning Java Language & DSA for Placement Preparation, Solutions of 450 Questions of DSA Cracker Sheet by LOVE BABBAR . java algorithms oops java-programs basics datastructure lovebabbar-dsa-list lovebabbar-dsa-sheet ... java ...
🌐
GitHub
github.com › topics › java-basic-code-practice
java-basic-code-practice · GitHub Topics · GitHub
java learning softuni softuni-programming java-basic-code-practice if-else-statements for-loop-exercises java-basic-practice-for-beginners switch-case-statements while-loop-exercises nested-loop-exercises
Find elsewhere
🌐
GitHub
github.com › in28minutes › JavaInterviewQuestionsAndAnswers
GitHub - in28minutes/JavaInterviewQuestionsAndAnswers: Java Interview Questions and Answers
PDF : https://github.com/in28minutes/SpringIn28Minutes/blob/master/InstallationGuide-JavaEclipseAndMaven_v2.pdf · Video : https://www.youtube.com/playlist?list=PLBBog2r6uMCSmMVTW_QmDLyASBvovyAO3 · GIT Repository : https://github.com/in28minutes/getting-started-in-5-steps ... 54 . Is a super class constructor called even when there is no explicit call from a sub class constructor? ... 86 . Guess the output of this for loop (P.S. there is an error as the output of given question should be 0-1-2-3-4-5-6-7-8-9.
Starred by 1.3K users
Forked by 948 users
Languages   Java
🌐
GitHub
github.com › divScorp › Java-Programs
GitHub - divScorp/Java-Programs: Java Practiced Problems including concepts of OOPS, Interface, String , Collection.
Java Practiced Problems including concepts of OOPS, Interface, String , Collection. - divScorp/Java-Programs
Starred by 97 users
Forked by 65 users
Languages   Java
🌐
GitHub
github.com › pratikdhoriyani › Basic-JAVA-Practice-Questions
GitHub - pratikdhoriyani/Basic-JAVA-Practice-Questions: Basically it contains some practice questions related to JAVA Programming... Like Inheritance , Class & Object , Threads and many more...
Basically it contains some practice questions related to JAVA Programming... Like Inheritance , Class & Object , Threads and many more... - pratikdhoriyani/Basic-JAVA-Practice-Questions
Author   pratikdhoriyani
🌐
GitHub
github.com › Pavith19 › HackerRank-Java-Solutions
GitHub - Pavith19/HackerRank-Java-Solutions: This repository contains solutions to all the HackerRank Java Practice Questions
This repository contains solutions to all the HackerRank Java Practice Questions - Pavith19/HackerRank-Java-Solutions
Author   Pavith19
🌐
GitHub
github.com › Devinterview-io › java-interview-questions
GitHub - Devinterview-io/java-interview-questions: 🟣 Java interview questions and answers to help you prepare for your next technical interview in 2025.
🟣 Java interview questions and answers to help you prepare for your next technical interview in 2025. - Devinterview-io/java-interview-questions
Starred by 414 users
Forked by 98 users
🌐
GitHub
github.com › rohitchavan-git › Java-8-Interview-Sample-Coding-Questions
GitHub - rohitchavan-git/Java-8-Interview-Sample-Coding-Questions: This repository contains sample Java 8 coding questions that can be used for interview preparation. Each question focuses on a specific programming concept or problem-solving technique using Java 8 features.
This repository contains sample Java 8 coding questions that can be used for interview preparation. Each question focuses on a specific programming concept or problem-solving technique using Java 8 features.
Starred by 43 users
Forked by 26 users
Languages   Java
🌐
GitHub
github.com › bobocode-projects › java-fundamentals-exercises
GitHub - bobocode-projects/java-fundamentals-exercises: Training Exercises that cover language basics, Algorithms, Data Structures, OOP, and Functional Programming
Training Exercises that cover language basics, Algorithms, Data Structures, OOP, and Functional Programming - bobocode-projects/java-fundamentals-exercises
Starred by 453 users
Forked by 536 users
Languages   Java
🌐
GitHub
github.com › SadeeshaJayaweera › Java-Practical-Codes-
GitHub - SadeeshaJayaweera/Java-Practical-Codes-: Welcome to my Java OOP practice repository! Here, you will find practice code and solutions for various topics related to Object-Oriented Programming (OOP) in Java.
Here, you will find practice code and solutions for various topics related to Object-Oriented Programming (OOP) in Java. The code and explanations are organized based on the following topics: ... To explore the code and solutions, refer to the corresponding Word document provided. Each topic has a dedicated section in the document, containing code snippets, explanations, and answers to practice questions.
Starred by 7 users
Forked by 5 users
Languages   Java
🌐
GitHub
github.com › manjunath5496 › Beginner-Java-Exercises
GitHub - manjunath5496/Beginner-Java-Exercises: "Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them." ― Joshua Bloch
import java.util.Scanner; public class MyClass { public static void main(String [] args) { int N1, N2, N3, N4, N5, N6, N7, N8, N9, N10, sum; float X; Scanner scan = new Scanner(System.in); System.out.println("Enter any ten Numbers: "); N1 = scan.nextInt(); N2 = scan.nextInt(); N3 = scan.nextInt(); N4 = scan.nextInt(); N5 = scan.nextInt(); N6 = scan.nextInt(); N7 = scan.nextInt(); N8 = scan.nextInt(); N9 = scan.nextInt(); N10 = scan.nextInt(); sum = N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9 + N10; X = sum /10; System.out.println("The sum of 10 numbers = " + sum); System.out.println("The average of 10 numbers = " + X); } }
Starred by 16 users
Forked by 11 users
🌐
GitHub
github.com › a11exe › java-interview
GitHub - a11exe/java-interview: Java interview questions with answers
Basic Java Interview Questions · Collections Interview Questions · Pattern Interview Questions · Spring Interview Questions · Java Concurrency Interview Questions · Memory Management in Java Interview Questions · Hibernate Interview Questions · SQL Interview Questions ·
Starred by 157 users
Forked by 57 users