JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
Java interview questions part 4
Java interview questions part 4
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. Which of the below is not a javascript framework for UI?
A. Vaadin
B. AngularJS
C. KendoUI
D. Springcore
Show Correct Answer
Correct Answer is :
Springcore
2. Which of the below can be used to debug front end of a web application ?
A. Junit
B. Fitnesse
C. Firebug
D. Mockito
Show Correct Answer
Correct Answer is :
Firebug
3. What type of protocol is HTTP?
A. stateless
B. stateful
C. transfer protocol
D. information protocol
Show Correct Answer
Correct Answer is :
stateless
4. What does MIME stand for?
A. Multipurpose Internet Messaging Extension
B. Multipurpose Internet Mail Extension
C. Multipurpose Internet Media Extension
D. Multipurpose Internet Mass Extension
Show Correct Answer
Correct Answer is :
Multipurpose Internet Mail Extension
5. What is the storage capacity of single cookie?
A. 2048 MB
B. 2048 bytes
C. 4095 bytes
D. 4095 MB
Show Correct Answer
Correct Answer is :
4095 bytes
6. Which mode allows us to run program interactively while watching source code and variables during execution?
A. safe mode
B. debug mode
C. successfully run mode
D. exception mode
Show Correct Answer
Correct Answer is :
debug mode
7. How can we move from one desired step to another step?
A. breakpoints
B. System.out.println
C. logger.log
D. logger.error
Show Correct Answer
Correct Answer is :
breakpoints
8. Which part stores the program arguments and startup parameters?
A. debug configuration
B. run configuration
C. launch configuration
D. project configuration
Show Correct Answer
Correct Answer is :
launch configuration
9. How to deep dive into the execution of a method from a method call?
A. F3
B. F5
C. F7
D. F8
Show Correct Answer
Correct Answer is :
F5
10. Which key helps to step out of the caller of currently executed method?
A. F3
B. F5
C. F7
D. F8
Show Correct Answer
Correct Answer is :
F7
11. Which view allows us to delete and deactivate breakpoints and watchpoints?
A. breakpoint view
B. variable view
C. debug view
D. logger view
Show Correct Answer
Correct Answer is :
breakpoint view
12. What is debugging an application which runs on another java virtual machine on another machine?
A. virtual debugging
B. remote debugging
C. machine debugging
D. compiling debugging
Show Correct Answer
Correct Answer is :
remote debugging
13. What happens when the value of variable change?
A. changed value pop on the screen
B. variable changes are printed in logs
C. dump of variable changes are printed on the screen on end of execution
D. variable tab shows variables highlighted when values change
Show Correct Answer
Correct Answer is :
variable tab shows variables highlighted when values change
14. Which perspective is used to run a program in debug view?
A. java perspective
B. eclipse perspective
C. debug perspective
D. jdbc perspective
Show Correct Answer
Correct Answer is :
debug perspective
15. How does eclipse provide capability for debugging browser actions?
A. internal web browser
B. chrome web browser
C. firefox web browser
D. internet explorer browser
Show Correct Answer
Correct Answer is :
internal web browser
16. Which of the below is not a valid design pattern?
A. Singleton
B. Factory
C. Command
D. Java
Show Correct Answer
Correct Answer is :
Java
17. Which of the below author is not a part of GOF (Gang of Four)?
A. Erich Gamma
B. Gang Pattern
C. Richard Helm
D. Ralph Johnson
Show Correct Answer
Correct Answer is :
Gang Pattern
18. Which of the below is not a valid classification of design pattern?
A. Creational patterns
B. Structural patterns
C. Behavioural patterns
D. Java patterns
Show Correct Answer
Correct Answer is :
Java patterns
19. Which design pattern provides a single class which provides simplified methods required by client and delegates call to those methods?
A. Adapter pattern
B. Builder pattern
C. Facade pattern
D. Prototype pattern
Show Correct Answer
Correct Answer is :
Facade pattern
20. Which design pattern ensures that only one object of particular class gets created?
A. Singleton pattern
B. Filter pattern
C. State pattern
D. Bridge pattern
Show Correct Answer
Correct Answer is :
Singleton pattern
Similar Interview Questions
Search for latest jobs
Find Jobs