Engineering College and Universities in Jharkhand
1. Birla Institute of Technology, Deoghar (BIT Deoghar) Overview:Established in 2007, BIT Deoghar is an extension center of the prestigious
Engineering College & Universities in Jammu and Kashmir
List of engineering colleges in Jammu and KashmirGovernment College of Engineering and Technology, JammuGovernment Polytechnic College AnantnagModel Institute of Engineering
Engineering College and Universities in Himachal Pradesh
Atal Bihari Vajpayee Government Institute of Engineering and Technology (ABVGIET), Pragatinagar Programs Offered: Campus & Facilities: Admissions: Highlights: Baddi University
Engineering College and Universities in Goa
Agnel Institute of Technology and DesignBirla Institute of Technology and Science, Pilani – Goa CampusDon Bosco College of EngineeringGoa Engineering
List of Engineering Colleges & Universities in Delhi
B. M. Institute Of Engineering & TechnologyBharati Vidyapeeth’s College of EngineeringDelhi Institute of Tool EngineeringDelhi Technological UniversityDr. Akhilesh Das Gupta
Engineering colleges in Chhattisgarh
Bhilai Institute of TechnologyGovernment Engineering College RaipurGovernment Engineering College, BilaspurGovernment Engineering College, JagdalpurGovernment Girls Polytechnic, BilaspurGovernment Polytechnic, AmbikapurGovernment Polytechnic, KorbaIIT
All Engineering colleges and Universities in Chandigarh
Chandigarh College of Engineering and TechnologyChandigarh Group of CollegesChandigarh Group of Colleges, JhanjeriPunjab Engineering CollegeUniversity Institute of Chemical Engineering and
Top MNCs Career portal to apply for jobs and openings
Tata Consultancy Services (TCS) : https://www.tcs.com/careers/india Infosys : https://career.infosys.com/joblist Wipro : https://careers.wipro.com/careers-home/ IBM : https://www.ibm.com/in-en/employment/ Cognizant : https://careers.cognizant.com/global/en Accenture :
Java Program to perform two left rotations on the array
In this tutorial we have explained how to write java program to perform left rotation on array element by two
Java Program to perform one right rotation on an array
In this tutorial you will be learning java program to perform right rotation on array element by one. For example:
Java Program to perform one left rotation on array
In this tutorial you will be learning writing java program to perform left rotation on the array element by one
Java Program to sort array elements in descending order
In this tutorial you will be learning writing java program to sort the given array in descending order. For example:
Java Program to Sort array elements in ascending order
There are multiple ways and algorithms to sort the array in ascending order. In this tutorial we will see some
Java Program to search an element in an array
To search an element in array there are two popular algorithms linear search and binary search. In this tutorial we
Java Program to separate even and odd in two separate arrays
In this tutorial you will be learning writing java program to separate the even and odd number in two different
Java Program to merge two arrays
In this tutorial we will learn writing Java Program to merge the two array and generate one new array. This
Java Program to remove duplicate elements from array
There are multiple ways to delete all duplicate elements from an arrays. To delete the given element from array you
Java Program to count total duplicate elements in array
To count the duplicate number in array, We will be using for loop two times and perform the comparison. If
Java Program to delete element from array at given index
There are multiple approaches to delete an element from an array at a given location. We can delete the element
PwC Java Developer interview preparation for experienced
1. What are Stream API? Stream API is introduced in Java 8 that is used to process collections of objects. Basically
Nagarro Java developer Interview Questions
1. Difference in ArrayList and Hashset Some difference between ArrayList and Hashset are: 2. Using Lambda Function print given List
Java Program to Print all unique elements of an array
In this tutorial you will be learning writing java program to print the all unique elements. Unique elements mean we
Java Program to find frequency of each element in Array
In this programming tutorial you will learn writing Java Program to find the frequency of each elements given in Array.
Java Program to Delete first element of array
To remove the first element from the array using Java, we can create a new array of size one less
Java Program to delete element at the end of Array
In this tutorial, we will be learning to write a java program to delete elements from the end of the
Java Program to insert element at given index in array
To insert the given element at a given location in an array using java, We have to shift the elements
Java Program to Insert element at given location in array
To insert an element in the array at a given location using java first we have to perform the right
Java Program to insert an element at beginning in an array
To insert an element at the beginning of an array, we have to shift all element to the right. After
Java Program to insert an element at end of an array
To insert an element at the end of an array, first we have to iterate the array till the end
Count the duplicate characters in String using Java
In this tutorial, you will learn to write a program in java to count the duplicate characters available in a
Java Program to count the occurrence of duplicate characters in String
In this tutorial, we will be learning the writing a java program to count the duplicate characters in the string.
Java Program to copy one array to another array
In this tutorial we are going to learn writing java program to copy one array to another array. This program
Java Program to find second largest number in array java
In this tutorial, you are going to learn to write Java Program to find the second largest element in an
Java Program to print minimum and maximum element in an array
In this tutorial, we will learn to write a java program to find the maximum and minimum elements in an
Java Program to find sum of array elements
In this tutorial, you are going to learn to write a java program to find the sum of all array
Reverse Array without using Second Array in Java
In this tutorial, we will learn to write a program in java to reverse an array without using any other
Java program to Reverse array elements
In this tutorial, We will learn writing to reverse the array elements. To reverse the array element in java there
































