Are there any tools available in java to create reports?
Answer Posted / shweta sharma
These are following reports which are supported by java:-
Elixir Report
JasperReports
Crystal-Clear
JReport
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain about object oriented programming and its features?
What are conditionals and its types?
what is the volatile modifier for? : Java thread
What is the purpose of using java.lang.class class?
What is a final class in java?
What do you mean by composition in java?
Why do we need hashmap in java?
What does it mean to flush a file?
What is the use of flag?
what methods would you overwrite in java.lang.object class?
What is finalize() function in java?
java Technical questions asked by JPMC
Why static functions are used?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Explain the difference between a Thread and a Process.