Core Java Interview Questions:
"Datatypes, OOPs concepts, Threads, JDBC, Collection & Exception Handling.
What is datatypes ? Explain about it.
What is method overloading & Overriding?
What is List?
Collection Interface?"
Aptitude/Reasoning - Time & Distance, Profit-Loss"
"Core Java & Advance Java
What are the datatypes & Operators?
What is abstraction? give examples.
What is the difference between Overloading & Overriding.
How do you create a thread?
-------
Blood relations, Psuedo code, Pressure, etc."
Psuedo code, sql query
: 1. Project description questions, JDBC, Spring boot, annotations and mysql
based questions.
Coding Question:
=================================
[Link] a String: Write a program to reverse a given string (e.g., 'Hello
World').
[Link] if a Number is Prime: Write a program that checks if a given integer is a
prime number.
[Link] Series: Write a program to print the Fibonacci series up to n terms.
[Link] of a Number: Write a program to calculate the factorial of a given
number.
[Link] Palindrome: Create a program to check if a given string is a palindrome
(e.g., 'madam').
[Link] of Digits: Write a program to find the sum of the digits of an integer.
[Link] Largest Element in an Array: Write a program to find the largest element
in a given integer array.
[Link] a program to find the sum of elements at even indices in an integer
array.
[Link] Duplicates from an Array: Write a program to remove duplicate
elements from an integer array.
10."Print a Pattern: Write a program to print the following pattern:
1
22
333
4444
5 5 5 5 5."
[Link] Vowels in a String: Write a program to count the number of vowels in
a given string.
[Link] for Armstrong Number: Write a program to check if a number is an
Armstrong number (e.g., 153).
[Link] an Array: Write a program to reverse the elements of an integer
array.
[Link] Sort: Write a program to sort an integer array using the bubble sort
algorithm.
[Link] Search: Write a program to implement linear search on an array of
integers.
[Link] Anagram: Write a program to check if two strings are anagrams of
each other.
[Link] of Two Numbers: Write a program to find the GCD (Greatest Common
Divisor) of two integers.
[Link] Celsius to Fahrenheit: Write a program to convert a temperature
from Celsius to Fahrenheit.
[Link] the Missing Number: Given an array containing n distinct numbers
taken from 0, 1, 2, ..., n, find the missing number.
[Link] Words in a String: Write a program to count the number of words in a
given string.
21."Print a Triangle Pattern: Write a program to print the following triangle
pattern:
*
*
***."
[Link] if String is Substring: Write a program to check if one string is a
substring of another.
23."Write a program to print the following number pyramid:
1
22
333
4444
5 5 5 5 5"
[Link] Second Largest Number in an Array: Write a program to find the second
largest number in a given integer array.
[Link] Digits in a Number: Write a program to count the number of digits in
a given integer.
[Link] Decimal to Binary: Write a program to convert a decimal number to
its binary equivalent.
[Link] Power of a Number: Write a program to calculate x raised to the
power n.
[Link] for Perfect Number: Write a program to check if a number is a perfect
number (e.g., 28).
[Link] the Intersection of Two Arrays: Write a program to find the intersection
of two arrays.
[Link] for Palindrome Number: Write a program to check if a number is a
palindrome (e.g., 121).
[Link] a program to count the number of consonants in a given string (e.g.,
"Hello World").
[Link] a program to check if a given number is both a palindrome and a
prime (e.g., 131).
[Link] a program to find and print the longest word in a given sentence. (eg.,
"I love Java Programming Language.")