Right Place For Right PersonTM 
Sponsored Ads
Buy This Website(This website is for Sale)
Home Tutorials Articles Forums Source Code Books Certifications Interviews Questions

Go: 1 2 3 4

R4R --->Java --->> SCJP1.5 Chapter 01 --> Sun Java Certification

Page 1

Question:
Array
Post Your View

Answers
In the java language Array is bassically a objects , Which object mainly use for the store the variables , who are the same tyoe of variables . Array alos be a object on the heap , its can only handle premitive elements, amso handle to the object references.for the array we must know three things th  More --- >>

By:UMANG
Date:21.02.09

Question:
Array Instance Variables
Post Your View

Answers
We know that Array is a type of object. its also declared but not explicitly initialised for the value of Null.just as other object reference instance variable.HEre most imp line is " Array elements are always always always given default values, regardless of where the array itself is declared or in  More --- >>

By:UMANG
Date:24.02.09

Question:
Array Reference Assignments for Multidimensional Arrays
Post Your View

Answers
When we assingen an array to a array reference which is already prevoious declared in the index , The array we were assigning must be a sam edirection as the refrence we were assign it to . Example : 2-dimensional array of int arrays cannot be assigned to a regular int array reference whihc is show  More --- >>

By:UMANG
Date:21.02.09

Question:
Array Reference Assignments for One-Dimensional Arrays
Post Your View

Answers
In the one dimensional array we assigns to the array references to recognise legal and illegal assignments for array reference variables.Here Its refrences to a array objects. For the example : if we declare to the int array , in the reference variable we declred can we reassined to any int array, b  More --- >>

By:UMANG
Date:21.02.09

Question:
Arrays of Object References
Post Your View

Answers
if we are declare array type in a class the we can put that all ojects in the any sub class of the declred type in t the array .for the example Honda is the sub class of the Car,we can put the both Honda object and car object in to the array as follows : class Animal {} class Cat extends Animal {  More --- >>

By:UMANG
Date:21.02.09

Question:
Arrays of Primitives
Post Your View

Answers
Array type primitives is bassiclaly which array who accept any value , which can be promoted implicitly to the declare type of the array .that have tha many rules of the promotions .int array can hold any value which is fit for the 32-bit int variable. and also its the code is legal .that are follow  More --- >>

By:UMANG
Date:21.02.09

Question:
Boolean Literals
Post Your View

Answers
Boolean literals are the bssically a similar as source code , its mainly use for the representation for boolean values . and we also know as the boolean values are only signifies the true and false . its happn only in java language but in other language its not happening as such . java language is t  More --- >>

By:UMANG
Date:21.02.09

Question:
Character Literals
Post Your View

Answers
Charector litrals is bassically use for the represent only the single charector for a single quotes. char a = 'a'; char b = '@'; in the charector literalas have a many facilities in the source code .We can also use to the unicode with charctor literals . but we must be mentioned the u  More --- >>

By:UMANG
Date:21.02.09

Question:
Class, Method, and Variable Modifiers
Post Your View

Answers
There are many modifiers are there , that's also are class , method and variable modifiers . which is following as : > Abstract : It is used for declaration a class that cannot be instantiated. > A Method : It should be implemented by a nonabstract subclass. > Class : this keyword using for spec  More --- >>

By:UMANG
Date:20.02.09

Question:
Command-Line Arguments to Main
Post Your View

Answers
Command Line Argument is woking similar as all other arrays. The main method is called firstly one the JVM invokes , it must be take a String array parameter. class TestMain { public static void main (String [] args) { System.out.println("First arg is " + args[0]); } } When we invoked command   More --- >>

By:UMANG
Date:24.02.09

Question:
Constructing an Array
Post Your View

Answers
Construct an array is bassically means the create if an array object , Which object create in the heap. We can also say like thet "doing a new on the array type".When we construct the array we must mentioned the size of the array becouse java would like to know how much space to allocate on the heap  More --- >>

By:UMANG
Date:21.02.09

Question:
Constructing and Initializing an Anonymous Array
Post Your View

Answers
Its the second short cut for the array specific syntax, thats called as anonymous array creation. its used to construct ans initialising an anonymous array .Its use for the assining to the array , which is already declared in the refence variable. int[] testScores; testScores = new int[] {  More --- >>

By:UMANG
Date:21.02.09

Go: 1
2 3 4 Contact Us
Sponsored Ads
Sponsored Ads
Sponsored Ads
Sponsored Ads
Sponsored Ads
Interview Questions And Answers
Struts interview questions and answers (Subjective)
500 Java Objective Questions and Answer
Core Java Objective Questions And Answers
Core Java Subjective Questions And Answers
Core Java Interview Questions And Answers
Core Java Interview Questions and Answers (Subjective)
Core Java Interview Questions and Answers( Objective)
50 Servlet interview questions
155 Java Interview Questions
EJB Interview Questions and Answers(Subjective)
R4R,JSP Interview Questions and Answer(Subjective)
R4R,Java Servlets Interview Questions and Answers(Subjective)
Core Java Subjective ,Objective and Interview Questions And Answers
275 Core java interview questions
Java Objective Questions and Answer
Java Architect Interview Questions
Applet Interview Questions and Answers
Core Java example
Servlet Objective Questions And Answers
Servlet Subjective Questions And Answers
Servlet Interview Questions And Answers
JSP Objective Questions And Answers
JSP Subjective Questions And Answers
JSP Interview Questions And Answers
JDBC Objective Questions And Answers
JDBC Subjective Questions And Answers
JDBC Interview Questions And Answers
JDBC Interview questions and answers
Networking Interview questions and answers
Servlets Interview questions and answers
EJB Objective Questions And Answers
EJB Subjective Questions And Answers
EJB Interview Questions And Answers
Hibernate Objective Questions And Answers
Hibernate Subjective Questions And Answers
Hibernate Interview Questions And Answers
Spring Objective Questions And Answers
Spring Subjective Questions And Answers
Spring Interview Questions And Answers
Struts Objective Questions And Answers
Struts Subjective Questions And Answers
Struts Interview Questions And Answers
Ant Objective Questions And Answers
Ant Subjective Questions And Answers
Ant Interview Questions And Answers
PHP Objective Questions And Answers
PHP Subjective Questions And Answers
PHP Interview Questions And Answers 1
ASP.net Objective Questions And Answers
ASP.net Subjective Questions And Answers
ASP.net Interview Questions And Answers 1
ASP.net interview questions ,ASP.net interview answers,ASP.net interview questions and answers
PHP interview questions ,PHP interview answers,PHP interview questions and answers
Testing Objective Questions And Answers
Testing Subjective Questions And Answers
Testing Interview Questions And Answers
Ajax Tutorials
Ajax Objective Questions And Answers
Ajax Subjective Questions And Answers
Ajax Interview Questions And Answers
Linux Objective Questions And Answers
Linux Subjective Questions And Answers
Unix Subjective Questions And Answers
Unix Interview Questions And Answers
HR interview questions and answers
HR Interview Questions Tips
HR Objective Questions And Answers
HR Subjective Questions And Answers
HR Interview Questions And Answers
Learn C Language with in a day
 C /C++ Questions
C Objective Questions And Answers
C Subjective Questions And Answers
C Interview Questions And Answers
C Objective Interview Questions And Answers(10)
C Subjective Interview Questions And Answers(100) 
C syntax,semantics and simple programming questions(61) 

Linux Interview Questions And Answers
Unix Objective Questions And Answers
C Aptitude Questions(179)
C++ Interview Questions And Answers    
C++ Objective Questions And Answers
C++ Subjective Questions And Answers
C++ Interview Questions And Answers
C,C++ objective Interview Questions and answers
C Interview Questions And Answers( Objective and Subjective)
C Objective Interview Questions And Answers(10)

C Subjective Interview Questions And Answers(100)

C,C++ Interview Questions

35 C++ Interview Questions And Answers(Subjective)

109 C++ Interview Questions

Java Script Interview Question and Answer(1-10).
 Java Script Interview Question and Answer(11-20).
Java Script  Interview Question and Answer(21-30).
Java Script Interview Question and Answer(31-40).
Javascript Objective Questions And Answers
Javascript Subjective Questions And Answers
Javascript Interview Questions And Answers
MFC Interview Questions And Answers(Subjective)

MFC Interview Questions And Answers(Subjective)

ATL Interview Questions And Answers(Subjective)

COM DCOM Interview Questions And Answers(Subjective)

Win32API Interview Questions And Answers(Subjective)

ActiveX Interview Questions And Answers(Subjective)

R4R, VC++ AllOther Interview Questions And Answers(Subjective)

PL/SQL Interview Questions And Answers(Subjective)

152 PL/SQL Interview Questions And Answers(Subjective)

Asp Objective Questions And Answers
Asp Subjective Questions And Answers
Asp Interview Questions And Answers 1

VB Objective Questions And Answers

Contact US:

Your Name:


Your Email:

Message:

Comments:

Give Your Comments:

Your Name:
Your Email ID :
Comments :

Advertiser PRIVACY POLICY ||User PRIVACY POLICY || R4R Group Srvices