What is preparedstatement in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

what is business delegate?

2 Answers   TCS,


What is the difference between static and non-static variables?

6 Answers  


I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }

4 Answers   Cap Gemini,


Write a method to check if input string is palindrome?

0 Answers  


How will you serialize a singleton class without violating singleton pattern?

0 Answers  


What is identifier give example?

0 Answers  


Explain method overloading and overriding?

6 Answers  


how is final different from finally and finalize in java?

0 Answers   DELL,


Define interface in java?

0 Answers  


what is Portal(web based online portal)?

2 Answers   AIG,


Can the interface be final?

0 Answers  


What is bytecode in java ?

0 Answers  


Categories