Answer Posted / nashiinformaticssolutions
In Java, there are two kinds of packages.
Packages that are user-defined
Included bundles
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why we use set in java?
What is a platform?
What is the difference between static binding and dynamic binding?
What languages are pass by reference?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What do bitwise operators do?
Explain the use of volatile field modifier?
can used Protected Class outside Function.?
Why are there no global variables in java?
make a method which any number and any type of argument and print sum of that arguments.....
What is null object in java?
Which number is denoted by leading 0x or 0x in java?
Why pass by reference is not possible in java?
Can a private method be declared as static?
Why chararray() is preferred over string to store the password?