GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

Java Patterns Interview Questions


Java Patterns Interview Questions

Questions: 19
Comments: 40
 Showing Questions 1-10 of 19 Questions
[1] 2 Next >>
 Sponsored Links

 
 Java Patterns Interview Questions
Sorting Options :  

Explain java patterns in detail? Any difference between Design patterns and java patterns ? . Explain about advantages of using patterns with an example. 
Latest Answer: Let's first understand what a design pattern is. When a problem occurs repetitively in all application across programmers, the solution to that problem is defined as a design pattern. Most of design patterns are language independent strategies ...
Read Answers (1) | Asked by : Rashmi

Latest Answer: java.util.Collections.sort(list) ...
Read Answers (2) | Asked by : subrahmanyam

Latest Answer: It abstracts the data base access from Java application and makes it portable and dbms independent.This helps to move to a different RDBMS at any point of time with less amount of changes in Java code ...

Latest Answer: Inversion Of Control (IoC) and Dependency Injection (DI) are concepts generally associated with the Spring Framework.  The easiest way to think of Inversion Of Control is what Rod Johnson (founder of the Spring framework) calls the Hollywood Principal, ...

One set of Design Patterns is known as "Antipatterns." Referring to the statement above, how does an Antipattern help in designing a code solution? Choice 1 It allows code to be optimized by demonstrating ways to use bit-wise complements of integers. Choice 2 To enable an implementation of a problem to be developed as quickly as possible when a deadline is approaching Choice 3 To document and explain a code design technique that experience shows does not work well in practice
Read Answers (1) | Asked by : Teena

Latest Answer: There is three category in the design pattern realm 1- Creation2- Structure3- Behavioraleach category has its pattern this page may help you:http://en.wikipedia.org/wiki/Category:Software_design_patternsActually the most suitable pattern for web application ...
Read Answers (1) | Asked by : surendra babu

Latest Answer: Nested try is nothing but having try inside a try block, similar to nested if. ...
Read Answers (1) | Asked by : sagar reddy

Latest Answer: Concurrent Exception is the one which occurs while you try to do more than one operation on same property like it applies to collections in Java.ex:for (String s : set) {set.add("String");} ...
Read Answers (1) | Asked by : Suganthi

Latest Answer: It is a bridge between Objects of different classes..so that they can talk to each other ...

Latest Answer: dynamic class loading is done by Class.forName ...
Read Answers (2) | Asked by : kartheek

View page [1] 2 Next >>

Ask A Question
Go Top
 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape