Documentation Processed
————————————-
1.Appointment letter
2.Offer latter
3.Hike Letter
4.payslips
4.Experience certificate
5.Relieving letter
6.Official Email ID
7.Form16.
8.Hr details
9.Reporting manager details
Background verification will be cleared 100%
Interested candidates can contact me
How much should we pay?….on which domain the job will be given
𝙐𝙎 𝘽𝙖𝙨𝙚𝙙 𝙘𝙤𝙢𝙥𝙖𝙣𝙮
Position – JAVA DEVELOPER
Experience – min 4 years relevent
Mandatory –
Skill set 1- (Java, spring boot, spring MVC, )
Skill set 2- (core java, Spring boot, Java 8, sql/Mysql, Rest API)
Location- Pune, chennai, mumbai
interested one ping me
Java developer
Roles and responsibilities
1 )Java 8 or later editions
2) Expert in object – Oriented analysis and design principles
3 ) Expert in collections, Generics, streams
4 )Producing and consuming RESTful services, consuming SOAP services.
5) Hands – On experience with at least one JEE container
6 ) Experience on spring boot / Quarkus ,Microservices
7) Experience in the end – to – end software development process
Database – SQL , Experience working in at DBMS
Experience – 4 to 8 years
Budget – up to 25 LPA
Location – Pune
Output:[1,2,2,2,4,5,5,5,5,5,10,12]
In this output 5 is repeated more than thrice and 2 is repeated thrice so 5 should be remove
Expected output:[1,2,2,2,4,10,12]
It’s to remove which has highest frequency
1. Aws DevOps Engineer:4 to 15 years experience
2. Java Developer: 2 to 7 yrs experience
3. Big data support Engineer: 2 to 6 yrs experience
Kindly DM me for more Details
Also can send your resume on christo.sam@impetus.com
With
1. total experience in month
2. Current location
3. Preferred location
4 primary skill
5 secondary skill
Normally close it, stop the server and close it.. Double click the close button in console beside 🔴
Java, spring boot, SQL, Micro services , AWS. If anyone interested DM me
Hi job seekers
We have immediate openings on java and python developers who are residing in Glasgow and Bournemouth location uk. It’s a Hybrid role. Intrested candidates can ping to me personal for further information.
Let me know if anyone is looking for same profile
Wipro is hiring for both python and Java developer.
Let me know if anyone is looking for same profile.
1
Output:[1,2,2,2,4,5,5,5,5,5,10,12]
In this output 5 is repeated more than thrice and 2 is repeated thrice so 5 should be remove
Expected output:[1,2,2,2,4,10,12]
ArrayList<Integer> list = new ArrayList<>();
list.add(5);
list.add(4);
list.add(12);
list.add(10);
list.add(5);
list.add(5);
list.add(2);
list.add(5);
list.add(2);
list.add(2);
list.add(1);
ArrayList<Integer> modList = new ArrayList<>();
for (int i = 0; i < list.size(); i ) {
int count = 0;
for (int j = 0; j < list.size(); j ) {
if (list.get(i) == list.get(j)) {
count ;
}
}
if (count > 0 && count < 4) {
modList.add(list.get(i));
}
}
Collections.sort(modList);
System.out.println(modList);
For New Job Opportunities
Follow our LinkedIn Page.
https://www.linkedin.com/company/annexacc-software-solutions-ind-pvt-ltd
We need 5 years experienced candidates
Skills:Java,spring boot,web services,rest
Banglore location
Immediate or within 30days joiners

Java Inheritance Concept Premiere on 6:30 PM Today . You and me watch together and live chat available join By below Link.
Follow me:
Telegram:https://t.me/Infoheader
Website:www.infoheader.com
Facebook:https://www.facebook.com/Infoheader-101703449235977
Instagram:https://www.instagram.com/infoheader/
Twitter:https://twitter.com/infoheader
Java Inheritance Concept in one shot
Java Inheritance in two minutes
Java Inheritance Concept
why multiple Inheritance is not possible in java