Why is sizeof not a function?


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

Post New Answer

More Core Java Interview Questions

How to access a method that it declared as protected?

3 Answers  


Explain about abstract classes in java?

0 Answers  


What is unicode?

1 Answers  


How to use scanner in java?

1 Answers  


Can singleton class be serialized?

0 Answers  


________ exception must be either caught or specified in throws class of the method.

1 Answers  


What is light weight component?

3 Answers  


Hi Friends, I am new to java. Can u explain about thread concept.How i know one thread is locked, and how can i force or acquire another thread for lock . Finally how to know thread is released from lock. Explain types of lock(like method level and block level) in thread.

1 Answers  


Hi buddy, well i got that there is always a default constructor with abstract class. OK. But why not with interface? Thanks in advance.

2 Answers  


What is a “stateless” protocol ?

0 Answers  


I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }

2 Answers   Mphasis,


Can you create an object of an abstract class?

0 Answers  


Categories