ABOUT
COURSES
PRO
LOGIN
SIGNUP
SUBMIT
Search
Articles by Aniket Artani
Hi, I am
Aniket Artani
21
mar
2021
Search insert position of K in a sorted array
In a sorted array find k if present or find position where k need to the present to keep the array sorted.
18
mar
2021
Java – String matches() Method
Java String matches method is a case sensitive method used to check whether the string is matched with the given regular expression or not.
18
mar
2021
Java String endsWith() Method
Java endsWith() method is used to check whether a string ending with a user-specified string or not.
16
mar
2021
Java String startsWith() Method
The Java String startsWith() method is used to check whether a input string starting with a user-specified string or not.
07
mar
2021
FizzBuzz
Store elements in array and replace according to the conditions of FizzBuzz problem.
05
mar
2021
Java String valueOf()
The java string valueOf method is used to convert different types of values into a string.
05
mar
2021
Java String Concat() method
The java string concat() method is used to combine strings.