Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Java Related Interview Questions
Questions Answers Views Company eMail

"Sun Certified Java Programmer" This is one String , we need to print SCJP, write the java code dynamically? pls reply this questions

Photon,

6 9538

What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

Wipro,

2 5063

Whats the O/p of the below code snippet ? And explain how does it imply the concept of call-by-value/call-by reference. (PS : Pls ignore syntax errors) public class One { public oneA(){ sop ("Into One--");} } public class Two extends One{ public twoT(){ sop ("Into Two--"); } } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(a.oneA()); sop(t.oneA()); sop(a.twoT()); sop(t.twoT()); } }

Wipro,

4 7263

Explain the following statement: Java is always pass-by-value.

Wipro,

4 9663

What is the difference between interpreter and compiling ?

TCS,

2 4577

What is the difference between interpreter and compiling ?

TCS,

7 9651

what is platform

i3 Solutions,

2 4527

what is platform native code

i3 Solutions,

2 5672

what is language and it responsibilities

1 3513

what is translator and it types

1 3620

what are the application of compiler and interpreter for source program

2 4821

what is platform dependent translation and platform dependent programming language

2 4274

what is net based application and its types

1 3690

justify c is portable

1 3770

what is domain object

1 4783


Un-Answered Questions { Java Related }

what is reflection api? How are they implemented?

1098


How is declarative handling of exceptions done in struts ?

999


How does java handle integer overflows and underflows?

1107


What do you mean by an interface in java?

1095


What if I write static public void instead of public static void?

928


What is an object in java and how is it created?

1121


What do you know about validation plugin ?

1022


Can we extract main method from another class?

1024


What is latest hibernate version?

484


Can we return resultset in java?

985


what are the different modes of archival? Explain each mode in two lines each?

993


What is action chaining ?

1157


How can you inject java collection in spring?

501


Explain public static void main(string args[]) in java.

1062


What is the difference between break and continue statements?

1116