Day: January 25, 2019

Frequently Asked Java Program 29: Java Program to Remove Duplicate Characters From Word Without Using Collection Concept

Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in this post we will see a java program to Remove Duplicate Characters From Word without Using Collection Concept. We have already seen above program using Collection concept. But interviewer might ask to solve it without using Collection APIs. Problem Statement: […]

Frequently Asked Java Program 28: Java Program to Remove Duplicate Characters From Word Using Collection Concept

Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in this post we will see a java program to Remove Duplicate Characters From Word Using Collection Concept. Problem Statement: Remove all duplicate characters from given word. Keep the order of char as it appears. User Input – abcabcabcabc Output: abc […]

Please wait...

Subscribe to new posts to become automation expert

Want to be notified when my new post is published? Get my posts in your inbox.