Kth largest element in an array?
Jr Java Developer Interview Questions
3,801 jr java developer interview questions shared by candidates
Dato questo input (cerchio, linea ecc) come faccio ad ottenere questo output (ccerchrioc ecc)
Questions related to OOP and Java core concepts mainly and also some questions about testing
difference between comparable and comparator difference between equals() method and ==
Projects done by you and your contribution?
Core java ,Spring Boot, Hibernate, RESTful web services
What is a stack data structure? What are the applications of stack?
What is OOP? What are the main principles of OOP?What is "SQL"?What are the SQL statements?
Task one with some basic java coding Task two with REST API.
You are given a string with Alphabet set B,D,U and H. This string will be considered steady if each of letter occurs only n/4 times. For Example HBDU and BBHUHDDU both are steady strings. Now your job is to make a string steady if not by replacing substring of input string and replace it with any string of the same length. It can be a empty string also. Return the length of the minimum length substring that can be replaced to make string stable EXAMPLE: Input: HBBBUBBB Output: 5 Explanation: One optimal solution is to replace BBBUB with UUDDH resulting in HUUDDHBB
Viewing 1161 - 1170 interview questions