0% found this document useful (0 votes)
1 views

Java Logic Questions

The document lists various Java logic questions and assignments, categorized by difficulty and topic. It includes tasks related to number manipulation, string operations, array handling, and data structures. Additionally, it features revision notes and important interview questions.

Uploaded by

R2f Lucifer
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views

Java Logic Questions

The document lists various Java logic questions and assignments, categorized by difficulty and topic. It includes tasks related to number manipulation, string operations, array handling, and data structures. Additionally, it features revision notes and important interview questions.

Uploaded by

R2f Lucifer
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Java Logic Questions

 🟢 Swap Two Numbers - Easy


 🟢 Reverse Integer
 🟢 Factorial of a Number
 📝 Revision Time
 🟢 Even Odd Number Easy [Bitwise manipulation - And &]
 🟠 Check if a Number is an Armstrong Number
 📝 String 101
 🟢 Length of Last Word in String
 🟢 Print the Even Words from a String Easy [String Manipulation]
 📝 Revision For Question 3,4,5
 ⚠️Remove Duplicate Letters From a String Easy [String Manipulation]
 🟢 Palindrome Number - Easy [Mathematical Approach and String
Manipulation]
 🟢 Check if a String is Pangram or Not
 🟢 Check if a String is Pangram or Not Solution 2
 📝 Revision For 6,7.8
 🟢 Pattern Printing - Easy [Interview Question] [Loops]
 🟢 Pattern Printing Numeric Hollow Pyramid -Easy Loops
 📝 Array 101
 🟢 Missing Number in Array - Easy [Mathematical Approach and Bitwise
Manipulation ExOr]
 🟢 Sum of Array Elements
 🟢 Find Largest Element in an Array
 🟢 Understanding Linear Searching
 🟢 Reverse an Array Solution 1
 ⚠️Reverse an Array Solution 2 [Important]
 ⚠️Move all Zeros at the end
 ⚠️Count the Frequency of characters in String
 ⚠️Find Frequency of Special Characters
 ⚠️Count the Frequency of Charaters Without Using Hashmap
 🟢 Two Sum
 🟠 Find the Second Largest Element in an Array [Important Interview
Question]
 🟢 Count the Number Vowels of the String Easy
 🟢 Roman to Integer
 🟢 Integer to Roman
 📝 Stack 101
 🟢 Valid Parentheses
 🟠 Check if 2 Strings are Anagram Solution 1
 🟠 Monotonic Array
 🟢 Changing Keys
 📝 String Builder String Buffer and String Class
 🟢 Separate numeric values from alphabets Java code
 🟢 Replace all vowels in the input name with the character 'x'
 ⚠️Merge Two Sorted Arrays
 Assignment 1
 Assignment 2
 String Assignment
 HashMap Assignment
 HashMap Assignment
 HashMap Assignment
 Array Assignment
 HashMap Assignment
 🟢 Find the First and Last Char O in the String
 🟢 Reverse Vowels of a String
 🟢 Reverse Only Letters
 🟢 Fibonacci Series
 🟢 Check if a number is even or odd from an Array List
 🟢 Count The Digits in a Number

You might also like