Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Post under tag java
Recent posts under tag java
All
Questions
MCQs
Jobs
Articles
0
votes
0
answers
What is the use of token interceptor in Struts2?
posted
Dec 9, 2017
by
Jon Deck
java
interview questions
struts2
+1
vote
1
answer
What is marker interface in java?
posted
Dec 8, 2017
by
Jon Deck
java
interview questions
+1
vote
1
answer
What is Java package and which package is imported by default?
posted
Dec 8, 2017
by
Jon Deck
java
interview questions
0
votes
0
answers
What is Aspect, Advice, Pointcut, JointPoint and Advice arguments in AOP (Aspect-oriented programming)?
posted
Dec 6, 2017
by
Gn Guruswamy
java
programming
aop
interview questions
+1
vote
1
answer
What are the minimum configurations needed to create spring MVC application?
posted
Dec 6, 2017
by
Gn Guruswamy
spring
java
interview questions
mvc
0
votes
Java does not define which type modifier? [MCQ]
posted
Dec 5, 2017
by
anonymous
java
interview questions
+1
vote
1
answer
What are different ways to create action classes in Struts2?
posted
Dec 3, 2017
by
Gn Guruswamy
struts2
java
interview questions
+1
vote
1
answer
What is use of Hibernate Session merge() call?
posted
Dec 3, 2017
by
Gn Guruswamy
hibernate
java
interview questions
0
votes
1
answer
What is type inference? Is type inference available in older versions like Java 7 and before 7?
posted
Dec 1, 2017
by
Jon Deck
java
interview questions
0
votes
1
answer
What is Spliterator in Java SE 8? Differences between Iterator and Spliterator in Java SE 8?
posted
Dec 1, 2017
by
Jon Deck
java
interview questions
0
votes
1
answer
What is difference between intermediate operations and terminal operations of Java 8’s stream API?
posted
Nov 30, 2017
by
Ammy Jack
java
interview questions
+1
vote
1
answer
What are the two ways of binding supported by JSF?
posted
Nov 27, 2017
by
Jon Deck
java
server
interview questions
+1
vote
1
answer
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
posted
Nov 27, 2017
by
Frank Lee
java
servlet
interview questions
0
votes
1
answer
What are required configurations for JSF framework?
posted
Nov 26, 2017
by
Ammy Jack
java
server
interview questions
0
votes
1
answer
What is the use of namespace in action mapping in Struts2?
posted
Nov 26, 2017
by
Ammy Jack
struts2
java
interview questions
0
votes
Java keywords are written in lowercase as well as uppercase. [MCQ]
posted
Nov 24, 2017
by
anonymous
java
interview questions
0
votes
What is the correct syntax for java main method? [MCQ]
posted
Nov 24, 2017
by
anonymous
java
interview questions
0
votes
1
answer
Explain different ways of declaring a managed bean in JSF?
posted
Nov 19, 2017
by
Jon Deck
java
interview questions
server
0
votes
1
answer
Explain immediate and rendered attributes in Java Server Faces (JSF)?
posted
Nov 19, 2017
by
Frank Lee
java
interview questions
server
0
votes
1
answer
How do you use a custom object as key in collection classes like HashMap?
posted
Nov 18, 2017
by
Gn Guruswamy
java
interview questions
0
votes
1
answer
What do you understand by thread-safety ? Why is it required ?
posted
Nov 18, 2017
by
Gn Guruswamy
java
threads
interview questions
0
votes
Merits and Demerits of Servlets
posted
Nov 17, 2017
by
Ammy Jack
java
servlet
0
votes
1
answer
What are the collection types in Hibernate?
posted
Nov 17, 2017
by
Gn Guruswamy
java
hibernate
interview questions
0
votes
1
answer
Can we execute native sql query in hibernate?
posted
Nov 17, 2017
by
Ammy Jack
java
hibernate
interview questions
0
votes
Create RMI Step
posted
Nov 16, 2017
by
Madu Hansi
java
rmi
0
votes
1
answer
How to remove duplicates from ArrayList in Java?
posted
Nov 15, 2017
by
Frank Lee
java
arraylist
interview questions
0
votes
1
answer
How can we create immutable class in java?
posted
Nov 15, 2017
by
Frank Lee
java
interview questions
0
votes
1
answer
What are different ways to configure a class as spring bean?
posted
Nov 12, 2017
by
Frank Lee
java
spring
interview questions
0
votes
1
answer
What are different types of spring bean autowiring?
posted
Nov 12, 2017
by
Frank Lee
java
spring
interview questions
+1
vote
1
answer
What are the standard actions available in JSP?
posted
Nov 10, 2017
by
Danial Frank
java
jsp
interview questions
+1
vote
1
answer
Explain Java 7 ARM feature and multi-catch block?
posted
Nov 10, 2017
by
Jon Deck
java
interview questions
0
votes
1
answer
What are important methods of Java Exception Class?
posted
Nov 9, 2017
by
Frank Lee
java
interview questions
0
votes
1
answer
How to write custom exception in Java?
posted
Nov 9, 2017
by
Frank Lee
java
interview questions
0
votes
0
answers
What are the advantages of Enterprise Java Beans (EJB) components?
posted
Nov 9, 2017
by
Frank Lee
ejb
java
interview questions
+1
vote
1
answer
What are the basic and subtypes of Enterprise Java Beans (EJB)?
posted
Nov 8, 2017
by
Frank Lee
java
interview questions
0
votes
1
answer
What are the advantages of using spring for application development?
posted
Nov 7, 2017
by
Jon Deck
java
spring
interview questions
0
votes
1
answer
What is the logic behind a scriptlet in JSP?
posted
Nov 7, 2017
by
Frank Lee
jsp
interview questions
java
0
votes
1
answer
What is the use of servlet wrapper classes?
posted
Nov 7, 2017
by
Gn Guruswamy
java
servlet
interview questions
0
votes
Small Discussion about Mockito?
posted
Nov 6, 2017
by
Manish Tiwari
mockito
testing
java
0
votes
Exception Handling in Java
posted
Nov 6, 2017
by
Frank Lee
java
0
votes
1
answer
What is the difference between Java’s old Date API and Java 8’s Date and Time API?
posted
Nov 6, 2017
by
Jon Deck
java
interview questions
+1
vote
1
answer
What are the benefits of PageContext implicit object in java?
posted
Nov 6, 2017
by
Jon Deck
java
interview questions
jsp
0
votes
1
answer
Check if digit of a given number can be rearranged to form a palindrome?
posted
Nov 3, 2017
by
Jordan White
java
interview questions
0
votes
1
answer
What is the actual use of interface in Java?
posted
Nov 2, 2017
by
anonymous
java
interview questions
+1
vote
1
answer
What is the difference between @Autowired and @Inject annotation in Spring?
posted
Nov 2, 2017
by
anonymous
interview questions
spring
java
0
votes
0
answers
How to find all duplicate elements in an array in Java?
posted
Nov 2, 2017
by
anonymous
interview questions
java
+1
vote
0
answers
Parse date in french locale which can be found anywhere in the string
posted
Oct 25, 2017
by
Shivam Kumar Pandey
java
groovy
parsing
datatype
+1
vote
1
answer
Which one you will prefer in Java between Array and Array Listes for storing object and why?
posted
Oct 22, 2017
by
Madu Hansi
java
0
votes
0
answers
Java collection class like map
posted
Oct 22, 2017
by
Madu Hansi
java
framework
0
votes
0
answers
Java program on sum of last two digits of a number
posted
Oct 16, 2017
by
Aditi Sharma
java
Page:
« prev
1
2
3
4
5
6
...
next »
...