what are the top level class of interface in java?
Answer Posted / sumitpalsingh
NO, Default top level class for Interface in java .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
What's the difference b/w Table & Templete in Smartform?
How do you pass variables forwrd to future CECI sessions
what is meant by life cycle of a business
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
Tips for blog integration by www.esteemwebsolutions.com. Can Any body suggest me to how to make wonderful questions on web integration..
What are events in smartforms?
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
will it allow to add same value in HashMap class.
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
what are stubs related to foxpro?
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
Explain the types of operations? Draw the figure for shift and rotate operations?
could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks