what is the use of pojo (plain old java objects)?
how it is interact with crystal reports? pls urgent
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between getAppletInfo and getParameterInfo?
Explain about transient variables in java?
How does hashset works in java?
I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }
When can you say a graph to be a tree?
What are the fileinputstream and fileoutputstream?
what is Thread?
Can a class extend more than one class?
What is bitwise complement?
What is private static class in java?
how to fing linkedlist is circular or not?
How the threads are synchronized?