What is unsigned char?
No Answer is Posted For this Question
Be the First to Post Answer
how to use finalize()Method to resources
In java, how we can disallow serialization of variables?
StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?
Give some features of interface?
An inner class can actually be a subclass of the outer class? a. true b. false
What do you mean by aggregation?
What happens to the Exception object after handling an exception?
How to find the largest value from the given array.
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an <applet> tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.
What is java abstraction with example?
How do you read and print a string in java?
Can you give names of Container classes?