Answer Posted / ramesh
A package in java is an encapsulation mechanism that can be
used to group related classes,interfaces,and subpackages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is hashtable and explain features of hashtable?
What is meant by binding in rmi?
What is the difference between dom and sax parser in java?
How to calculate the length of a singly linked list in java?
How do you write a conditional statement?
Is hashmap thread safe?
How to create com object in Java?
How do you check if a character in a string is a digit or letter?
What is java virtual machine? Explain
What methodology can be utilized to link to a database?
What is a two-pass assembler?
Can we serialize singleton class?
Write a function to print Fibonacci series and Tribonacci series?
What is object of class in java?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).