what questions are been asked ??? for interview in apti
No Answer is Posted For this Question
Be the First to Post Answer
Program to output as below formate: 1 2 3 4 5 6 7 8 9 10
how can i connect to database in a applet ?
Program to Find the second largest element in an array.
Why arraylist is used in java?
Can you change array size in java?
how we can make a read-only class in java?
What is the default value of local and global variables?
Is java an open source?
How many types of parsers are there?
Can we write any code after throw statement?
What class allows you to read objects directly from a stream in java programming?
do I need to use synchronized on setvalue(int)? : Java thread