What is data type modifier?
No Answer is Posted For this Question
Be the First to Post Answer
Does java have a compiler?
where the static methods will live ,on stack ? can you explain brefly
What are the data types supported by java? What is autoboxing and unboxing?
When should I use singleton pattern?
Difference between association, composition and aggregation?
Is a class an object?
What is better- service oriented or batch oriented solutions?
Can we convert stringbuffer to string?
Name the method of a Container that can be used to cause a container to be laid out and redisplayed?
What is pass by value?
what is mean by ooad? where we are using? can you tell me any real time example?
class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?