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

Post New Answer

More Core Java Interview Questions

What is the purpose of the strictfp keyword?

0 Answers  


How many bytes is 255 characters?

0 Answers  


can we create object for static class in java

14 Answers   IAP Company, IBM, Marlabs, mPortal, TCS,


Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


Explain the concept of polymorphism with examples?

6 Answers   Summation Tech,






How does serialization work

3 Answers   Ordain Solutions,


How can you avoid serialization in child class if the base class is implementing the serializable interface?

0 Answers  


What is the smallest package in Java API?

5 Answers   iGate,


What is a protected class in java?

0 Answers  


Explain different forms of polymorphism?

0 Answers  


What is the difference between the direct buffer and non-direct buffer in java?

0 Answers  


What is meant by final class?

0 Answers  


Categories