Can a class have more than one object?


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

Post New Answer

More Core Java Interview Questions

What is a memory leak in java?

0 Answers  


Write a program to search a number in the given list of numbers.

0 Answers   Honeywell,


Does sprintf allocate memory?

0 Answers  


Tell us something about different types of casting?

0 Answers  


public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why

2 Answers  






What is meant by constructor?

8 Answers  


What is int lol?

0 Answers  


Explain parallel processing in java8?

0 Answers  


How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?

0 Answers   Global Logic,


How many types of memory areas are allocated by JVM in java?

0 Answers   UGC Corporation,


How do you know if a value is nan?

0 Answers  


What is the maximum size of byte array in java?

0 Answers  


Categories