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

I-Flex Technical


I-Flex Technical

Questions: 27
Comments: 59
 Showing Questions 1-10 of 27 Questions
[1] 2 3 Next >>
 Sponsored Links

 
 I-Flex Technical
Sorting Options :  

1.What will be the output?boolean a = false if (a=true){ System.out.ptinln("Hello");}else{ System.out.ptinln("GoodBye");}2. Hashmap , hashset , ArrayList(true, true, false)3.Which need 
Latest Answer: answer is true ...
Read Answers (2) | Asked by : Vartika

Latest Answer: File f = new File(""); f.length(); ...
Read Answers (1) | Asked by : raga

View Question | Asked by : Ajitkumar Agavane.

Latest Answer: Singleton class has only one instance, and to provide a global point of access to it.ex class Singleton   {  public:      static Singleton* Instance();  protected:      Singleton();      ...
Read Answers (1) | Asked by : rekha

Latest Answer: Static key word when applied to method or variable this means that the belong to class not any object, you can call them directly. ...
Read Answers (2) | Asked by : bhaskar

1. what are the different types of design patterns in core java ?2. what do we mean by value object design pattern ?
Read Answers (2) | Asked by : ranjan

Which of the following JSP expressions are valid ? (a) <%= "Sorry"+"for the"+"break" %> (b) <%= "Sorry"+"for the"+"break"; %> (c) <%= "Sorry" %> (d) <%= "Sorry"; %>

What is the output of following block of program ? boolean var = false; if(var = true) { System.out.println("TRUE"); } else { System.out.println("FALSE"); }(a) TRUE (b) FALSE (c) Compilation Error (d) Run-time Error
(a) EXPLANATION: The code compiles and runs fine and the 'if' test succeeds because 'var' is set to 'true' (rather than tested for 'true') in the 'if' 

A JSP page is opened in a particular Session. A button is present in that JSP page onclick of which a new Window gets opened. (a) The Session is not valid in the new Window (b) The Session is valid in the new Window

Latest Answer: I think newInstance() see the below linkhttp://www.unix.org.ua/orelly/java-ent/ebeans/ch07_02.htm ...

View page [1] 2 3 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
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