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

Sun Certification Practice Questions


Sun Certification Practice Questions

Questions: 2544
Comments: 379
 Sun Certification Practice Questions Tags
 Showing Questions 11-20 of 38 Questions
<< Previous 1 [2] 3 4 Next >>
 Sponsored Links

 
 Sun Certification Practice Questions
Sorting Options :  

Latest Answer: OO paradigm = Object Oriented Paradigm.This is the basic concept of Object Oriented Languages.It actually means we have to only work out with objects.Communications take place between classes with the help of objectsEx:- Java,C++ ,But not C(Function Oriented) ...
Read Answers (1) | Asked by : ramesh

Latest Answer: The reference variable is that one where we r not using the new keyword e.g. Connection con; But Object is that where we r using new operatore.g Classname cs1=new classname ...
Read Answers (4) | Asked by : suresh

what will happen when u attempt to compile and run the below code. int a = (int) Math.random(); a.0 b.1 c. compilation fails d. 0 to Ineteger.MAX_VALUE 3. which two are used to declare the boolean primitive a. boolean b =0;b. boolean b = Boolean.TRUE;c. boolean b = true;d. boolean b = (3>=0); 4. what is the O/P? class A{ Void get(){ Sysout(“A”);}} Class B extends A{ Void get(){

Which one you will use as key in java.util.HaspMap a. int a =5;b. new Object();c. new Integer(“5”);d. new Character(‘C’);

Latest Answer: the following code shows you how to communicate to servlet from within an applet// Connection to servletURL urlServlet = new URL(getCodeBase(), "ServletName");URLConnection con = urlServlet.openConnection();con.setDoInput(true);con.setDoOutput(true);con.setUseCaches(false);con.setRequestProperty("Content-Type", ...
Read Answers (1) | Asked by : neeraj kumar

Explain details of concept of"object iceland" in garbage collection (object lifetime) in corejava
Read Answers (1) | Asked by : Leena

Latest Answer: it is used to load the class at runtime and in jdbc it is used to load the driver and according to specification every driver class must contain a static block in which it contains the code to instanciate itself and the register itself with the driver ...
Read Answers (5) | Asked by : saipadma

Latest Answer: Considerint a = 10;int b = 2*a;now consider a variable having the name of 2*a then what will happenint 2*a = 89;compiler will be confused and will not consider it as identifierbut consider it as multiplication sort of thing.As java has no type of compiler ...
Read Answers (2) | Asked by : Pankaj Jaiswal

Servlet is Java class. Then why there is no constructor in Servlet? Can we write the constructor in Servlet
Read Answers (11) | Asked by : Suresh

When we increase the buffer size in our project using page directive attribute ‘buffer’ what changes we observe?
Read Answers (2) | Asked by : Suresh

View page << Previous 1 [2] 3 4 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 (?)

 
Expert Members
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