What are the different ways to handle exceptions?
No Answer is Posted For this Question
Be the First to Post Answer
Why we need Finally with try? pls expain with ur example..
What is your platform’s default character encoding?
How many bits is a char?
Can we declare static variables in JSP page.
What is a method type?
Why packages are used?
public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
What is boolean false?
why java is platform independent?
How do you remove an element from an arraylist in java?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
watz the difference between abstract class and interface? Which one u ill choose as a designer?