Answer Posted / deepakkumar1887
language is an application which allow the end user to frame
the set of instruction as program to perform action by the
system.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the gregoriancalendar class in java programming?
Can singleton class be serialized?
What is final modifier?
What is a flag value?
Why Java doesn’t support multiple inheritance?
What is a default method?
What is structure of java heap? What is perm gen space in heap?
What is difference between string and stringbuffer?
What does compareto () do in java?
How transient variable is different from volatile variable?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Explain about method local inner classes or local inner classes in java?
What is a final class in java?
What is volatile keyword in java
How do you reverse a string in java?