What is the meaning of 3 dots in java?


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

Post New Answer

More Core Java Interview Questions

Which variables are stored in stack?

0 Answers  


What is number data type in java?

0 Answers  


Why 1 is not a prime number?

0 Answers  


What is an interface in java? Explain

0 Answers  


What is the advantage of preparedstatement over statement?

0 Answers  






Suppose there is an Online shopping cart application having different objects like Cart, SelectionItem, Billing, COnfiguration, Authentication, Authorization, PersonalDetails etc. Out of this which one can be made a singleton pattern and why?

2 Answers   RBS,


Is heap stored in ram?

0 Answers  


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


What is bifunction in java?

0 Answers  


What are the topics in advance java?

0 Answers  


What is difference between float and double?

0 Answers  


Write a program to solve producer consumer problem in java?

0 Answers  


Categories