Describe the various concepts related to object oriented programming (oop).
No Answer is Posted For this Question
Be the First to Post Answer
1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))
suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible
How to reverse a string in java?
How do you define a set in java?
What is a locale?
Explain Event handling in AWT?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
In java how do we copy objects?
Explain about oops concepts.
0 Answers Aditi Placement Service,
how can you catch multiple exceptions in java?
Can a variable be local and static at the same time?
What’s a deadlock?