How will you get the platform dependent values like line separator, path separator, etc., ?
program to validate the IP address? Validity range should be 0 to 255
What are the advantages of assembly language?
How many bytes is a string in java?
What is arrays aslist in java?
What are the main differences between notify and notifyAll in Java?
what is mean by overriding in which situation we wil use?
5 Answers Atlas Systems, CSC, DCPL,
Is simpledateformat safe to use in the multithreaded program?
what are literals in java?
Explain about main() method in java ?
class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.
what is difference between validation.xml & validation rules.xml?
what value will be return by the read() method once it reaches the end-of-file? a. Throws EOException b. Return null c. Return -1 d. Read method return nothing, because it is void method