Are there any tools available in java to create reports?
Answers were Sorted based on User's Feedback
Answer / sujanyat
useing the jasper reports in java we can genarate the
reports
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
Answer / ravikiran(aptech mumbai)
jasper reports threw i-report tool
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ravindra more(ltpl)
there is jsper reports
we can use i-report toll which is external from java and by
using it we can create template and create pdf reports
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
How do you end a program?
What is final class?
Is string a class in java?
When we serialize an object does the serialization mechanism saves its references too?
string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
Can I uninstall java?
What is the difference between an array and an array list?
can we write two same methods in outer class and innerclass.
What is the major drawback of internal iteration over external iteration?
Question 6 [9] 6.1 In what situations (in general) would you use a TreeMap? (3) 6.2 In what situations (in general) would you use a HashSet to store a collection of values?
what state does a thread enter when it terminates its processing? : Java thread
What are the types of collections in java?