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...

Core Java Interview Questions
Questions Answers Views Company eMail

how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion

SAP Labs,

2 6116

when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???

SAP Labs,

2162

how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application

SAP Labs,

2155

what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????

HCL, SAP Labs, Vital Soft,

2269

In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4

Tech Mahindra,

1 5480

for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }

3 5480

how come we know the object is no more used in the class?

Accenture,

2 6465

what is the use of StringBuffer?

Accenture,

2 6602

what value will be return by the read() method once it reaches the end-of-file? a. Throws EOException b. Return null c. Return -1 d. Read method return nothing, because it is void method

1 4419

An inner class can actually be a subclass of the outer class? a. true b. false

2 5507

WHAT IS MARKER INTERFACE,AND NO METHODS IS NOT THERE ON THAT INTERFACE THEN WHY WE USED IN JAVA?

L&T,

3 7721

Is it possible to do method overloading and overriding at a time

L&T,

3 9339

why java uses class level type casting ?

2661

how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

Google,

2428

where can we get jAVA project orientation traing in HYDERABD

2002


Post New Core Java Questions

Un-Answered Questions { Core Java }

What is a private class in java?

1053


What is the difference between throw and throws in java?

1099


Which container method is used to cause a container to be laid out and redisplayed in java programming?

1109


What does system.gc() and runtime.gc() methods do?

1053


Which class represents the socket that both the client and server use to communicate with each other?

1042


Can a static class have a constructor java?

985


How to perform linear search in java?

946


What is immutable in java?

1064


What is the relationship between class and object?

1045


How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?

962


What is identifier give example?

1030


how many types of Inheritance?

1176


What are daemon Threads in java?

1202


How do you write a good declaration?

984


what is aggregation in java?

1015