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 |
What is a lock or purpose of locks in java?
What is scope & storage allocation of static, local and register variables? Explain with an example.
Tell us something about different types of casting?
Can a class have multiple subclasses?
Can an abstract class be final?
Can we overload the constructors?
What is function and its uses?
How to create a fecelet view?
1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))
What is a text string?
What is 3-tier model?
Explain the differences between abstraction and encapsulation?