make a method which any number and any type of argument and print sum of that arguments.....
No Answer is Posted For this Question
Be the First to Post Answer
What is constant in programming?
how to create multithreaded program? Explain different ways of using thread? : Java thread
What are runtime exceptions?
what is the difference between preemptive scheduling and time slicing? : Java thread
Can we have multiple public classes in a java source file?
Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?
What is the default value stored in Local Variables?
What is meant by anonymous class?
Can constructor be static or final?
What is the difference between a synchronized method and a synchronized block?
How do you print array in java?
Can keyword be used as identifier?