there are some duplicate values in ArrayList, how U'll get that array with out duplicate?
CMC,
4 9127we r taking
CSC,
2 7415Suppose there is an array list [10,5,20,19,15,24].Print them in ascending & descending order in collection framework concept ???
2 6953write a program to create an arraylist with string(add,remove) operation.and value should be enter through keyboard.
2122
What is a singleton factory?
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
Explain when we should make an instance variable private.
Write a code to create a trigger to call a stored procedure
How do you remove all elements from an arraylist in java?
When throws keyword is used?
How transient variable is different from volatile variable?
What is final keyword in java? Give an example.
What is a default constructor and also define copy contrucyor?
Difference between static and dynamic class loading.
How can you handle java exceptions?
What are the types of inner classes (non-static nested class) used in java?
What are java packages? What's the significance of packages?
Is void a keyword in java?
What is an interoperable application in java ?