Why we need a synchronized block to execute wait ?
Technical Lead Java Interview Questions
30,890 technical lead java interview questions shared by candidates
questions on java ,spring,sql ,Spring, Spring Rest API, Spring Data & JPA, AOP, ActiveMQ. AWS Services: Lambda, S3, CloudWatch, EC2.
General entry level questions.
Qual o arquivo de configuração de aplicações JavaEE?
Quais são os ciclos de vida de um managed bean?
Write a function in Java that would accept two parameters, a string and any type of Object. The Object could have any number of fields (all public, just to simplify the question) that have any names. The string would then be written as follows: "{:name} went to {:location} to buy {:item}." Whenever you reach (without quotes) "{:something}", then you have to see if the object contains a field with the name inside (in this case, if it contains "name", "location", or "item". You would then convert it to what the object says. You can assume all fields are stored as Strings, even if they are numbers. The signature would be something like this: public static String decode(Object o, String s);. Example: Object o fields: name="Jerry", age="52", location="Walgreens", gender="male". String s: "{:name} went to {:location} to buy {:item}." Result: "Jerry went to Walgreens to buy {:item}." ({:item} never changed because the object doesn't have an item field.
Given a number in a String object, calculate all the sum possibilities in its digits. ex: "12" -> [3, 12]
How do you secure your spring application ?
Simple standard questions linked list + map problem
Core java, JSP servlets, Spring and Hibernate
Viewing 5381 - 5390 interview questions