Are there any tools available in java to create reports?
Answer Posted / jigar
I Report is best for Jasper since it creates dynamic width
and height of the table depending on the no. of columns
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What language is pass by reference?
Can constructor be synchronized?
Define "Access specifiers" in java.
What is the purpose of checked and unchecked exceptions in JAVA?
What is the this keyword?
Explain the reason behind ending a program with a system.exit(0)?
What is the purpose of using the java bean?
explain autoboxing in java?
Is it necessary that each try block must be followed by a catch block?
what is the difference between the methods sleep() and wait()? : Java thread
Where is jre installed?
What is the use of flag?
Can you access non static variable in static context?
What is the difference between class forname and new?
What is the difference between Java and C++?