Can list be null in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is static synchronization?
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
What is the difference between instanceof and isinstance?
What are data structures in java?
When finalize method is called?
What is the difference between array list and vector in java?
How to Sort list of Strings in ascending order without using java api.
Features of Java?
What is inner class?what is the use of inner class?where we create the object for inner class? and inner class can extend any class or inner class can implement any interface?
what is synchronization and why is it important? : Java thread
What is foreach loop in java?
How do you create a first line indent?