Answer Posted / jyothi
Its a special type of client/server architecture,consisting
of 3 well defined processes,which r running on diff
platforms.they r (1).user interface,(2).application server
(3).Database management systems(DBMS)
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How to implement an arraylist in java?
What is the difference between the ">>" and " >>>" operators in java?
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
Can we create an object of static class in java?
What does super keyword do?
What does yield method of the thread class do?
How can I debug the Java security exceptions and AccessControlExceptions?
What does singleton mean in java?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
Why static functions are used?
Can memory leak in java?
What is difference between module and function?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
What is java abstraction with example?
Explain the importance of import keyword in java?