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 |
Differentiate between overriding and overloading cases?
Can abstract class have private constructor?
Can we serialize static variables in java?
What is the difference between abstract class and interface?
What is the benefit of singleton pattern?
what is the diff b/w arraylist and vector?
6 Answers Code Genesis, Genesis, Sprintine Labs,
Write a factorial program using recursion in java?
Why we cannot override static method?
What is another word for methodology?
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
What are the steps involved to create a bean?
How do you create a reference in java?