Top 10 String Interview Questions On Logical Programs - Explained Coding

  Рет қаралды 58,050

Ashok IT

Ashok IT

Жыл бұрын

#stringsinjava #javainterviewquestions #logicalprogramming
In this video i have explained, below String logical programs with coding
1) Reverse a String using Java
2) Remove Duplicate Characters in String
3) Reverse Each word in String
4) Find Each Characater occurrence in String
5) Find First Non Repeated Character in String
6) Replace Character with its occurrence in string
7) Find Longest Substring without repeated characters
8) Sort String characters using Java
9) Remove Whitespaces in String
10) Remove Special Characters in String
✍️✍️ Register Here For Online Training : bit.ly/3Crpgbr
✍️ ✍️ Join Here For Technical Discussions : bit.ly/3iP2KyA
📞 WhatsApp Us : wa.me/+919985396677
💡 Subscribe to our channel and hit the bell 🔔🔔🔔 icon to get video updates.
💡 Visit Our Website
For Online Training: ashokitech.com/
☎ WhatsApp Number: wa.me/+919985396677
💡 About Ashok IT :
Ashok IT is the No.1 quality training institute in India for the candidates who want to build their future in Information Technology. We are into online training, class room training, corporate training and one to one training with more passion and dedication. Ashok IT aims in providing best quality realtime oriented trainings on C, C++, Java, Spring , Spring REST, Spring Cloud, Microservices, Python, DJango, .Net, Angular, React JS, Salesforce, , Testing, Android, Docker, Kubernates, Manual Testing, Selenium and Digital Marketing.
-----------------------------------------------------------------------------------
💡 Our Online Training Features
🎈 Training with Real-time Working Professionals
🎈 Industry Matching use cases
🎈 Live Coding
🎈 Real-time Environment
🎈 Class Notes
🎈 Doubts Clarifications in Each Session
-----------------------------------------------------------------------------------
💡 Contact details:
☎ WhatsApp Number: wa.me/+919985396677
► Website : ashokitech.com/
► Join with us in Telegram : bit.ly/3iP2KyA
► Like us in Facebook : bit.ly/38riDKn
► Follow us in Instagram : bit.ly/3jzEKl8
► Follow us in Twitter : bit.ly/3N85pkw
#JavaProgramming
#StringProgramming
#JavaString
#JavaTutorial
#ProgrammingTutorial
#CodeinJava
#JavaCode
#LearnJava
#JavaDeveloper
#JavaStringManipulation
#JavaTips
#JavaBasics

Пікірлер: 27
@ashokit
@ashokit Жыл бұрын
💡 Welcome to Ashok IT..!! 💡 👉 Register Here For Online Training : bit.ly/3Crpgbr 🔥 Download Android App : bit.ly/3Z2vXcO 🔥 Download IOS App (MyInstitute) : apple.co/3IcEao3 👉 ORG Code For IOS : CNFXJ 🌐 Visit Our Website : ashokitech.com/
@softwaretestinglearninghub
@softwaretestinglearninghub Жыл бұрын
Great video, and it's very useful for interview preparation. Thank you!
@ashokit
@ashokit Жыл бұрын
You're very welcome!
@arunkumar-ks1fl
@arunkumar-ks1fl Жыл бұрын
mind blowing bgm in the starting......
@ashokit
@ashokit Жыл бұрын
Thankyou
@ProgrammingKT
@ProgrammingKT 4 ай бұрын
kzbin.info/www/bejne/pZDLf6WYZ72ffdk
@codingbabu4u
@codingbabu4u Жыл бұрын
If u know Ashok sir then u know everything in Java 👍
@ashokit
@ashokit Жыл бұрын
Thank you so much
@praveendayanidhi5647
@praveendayanidhi5647 6 ай бұрын
Very useful video...Can you post a video on popular Array questions with solutions
@ashokit
@ashokit 6 ай бұрын
Yes, soon
@ProgrammingKT
@ProgrammingKT 4 ай бұрын
You can find onemore good resource, crack coding round array problems. kzbin.info/www/bejne/pZDLf6WYZ72ffdk
@user-tm2ir9fq6h
@user-tm2ir9fq6h 3 ай бұрын
​@@ashokitHave You Posted The Array's Logical Questions And Solution?
@ssuvidha
@ssuvidha 8 ай бұрын
Hi sir .Im preparing for 3yrs interview for java dev ..can i please know whether interviewer gonna ask for palindrome fibannaci kind of program for experienced people also ..can you plz give liat of coding questions...hope you please reply on this it really helps me!
@mesmerizeart663
@mesmerizeart663 2 ай бұрын
Hi, can you help me for preparing fake experience certificate of form16
@neerunirmal1179
@neerunirmal1179 Жыл бұрын
sir please make a video on particular project related interview question as a experience of 2+ years .
@AnkitTiwari-qt5ds
@AnkitTiwari-qt5ds Жыл бұрын
In project related Questions.. you will get asked about the project that you have worked on.. and it's gonna be different for the different projects.. so just Try to go through your projects and learn how the exceptions are handled and what are the Features that this project provides and what exactly this project is all about.. just go through it once and you're good to clear any interview related to your Project.. All the Best 👍
@ashokit
@ashokit 10 ай бұрын
Please Contact Our Admin Team:wa.me/+919985396677 👉 Subscribe To Our KZbin Channel: bit.ly/41IHJdj
@satlarajsekhar340
@satlarajsekhar340 Жыл бұрын
Sir if we j=1 then we don't require to the condition I!=j
@VivekKumar-xy4nb
@VivekKumar-xy4nb Ай бұрын
j can’t be i+1 because for every character need to compare from 0 to length-1
@KunalPawar-gq5yv
@KunalPawar-gq5yv 26 күн бұрын
challenge 5 - Using C# but Logic Is Preety Same using System; using System.Text; using System.Collections.Generic; public class H { public static void Main(string[] args) { string str = "OPENTEXT"; int count = 0; char[] str1 = str.ToCharArray(); for (int i = 0; i < str1.Length; i++) { if (str1[i] == 'T' || str1[i]=='t') { count++; str1[i] = (char)(count + 48); } } str = new string(str1); Console.WriteLine(str); } }
@Mk-br5bj
@Mk-br5bj 4 ай бұрын
For 7) Find Longest Sub string without repeated characters (Refer Sliding window algorithm / Techinique as well)..
@kukuusah
@kukuusah 4 ай бұрын
Can you write pgm for this
@gowrisankar2177
@gowrisankar2177 Жыл бұрын
How to improve coding skills @ashok
@ashokit
@ashokit 11 ай бұрын
Please Contact Our Admin Team:wa.me/+919985396677 👉 Subscribe To Our KZbin Channel: bit.ly/41IHJdj
@Abhishek-df5tf
@Abhishek-df5tf 3 ай бұрын
Sir ur paid course fees and link
@Abhishek-df5tf
@Abhishek-df5tf 11 ай бұрын
Sir can give string program pdf
@ashokit
@ashokit 11 ай бұрын
Please Contact: +919985396677 👉 Subscribe To Our KZbin Channel: bit.ly/41IHJdj
TOP 20 JAVA 8 Interview Questions & Answers | Ashok IT
15:23
Ashok IT
Рет қаралды 24 М.
Каха с волосами
01:00
К-Media
Рет қаралды 6 МЛН
Stupid man 👨😂
00:20
Nadir Show
Рет қаралды 28 МЛН
У мамы в машине все найдется
00:38
Даша Боровик
Рет қаралды 2 МЛН
Solve String Programs in Java
14:37
Simply Coding
Рет қаралды 74 М.
Excellent DevOps Cloud Engineer Live Interview
32:21
DevOps and Cloud Labs
Рет қаралды 79 М.
the new PS4 jailbreak is sort of hilarious
12:21
Low Level Learning
Рет қаралды 161 М.
Java Arrays : Understanding and Using Arrays in Java
37:33
Ashok IT
Рет қаралды 7 М.
Top 25 Springboot Interview Questions and Answers | Ashok IT
25:03
Каха с волосами
01:00
К-Media
Рет қаралды 6 МЛН