Are there any tools available in java to create reports?

Answers were Sorted based on User's Feedback



Are there any tools available in java to create reports?..

Answer / sujanyat

useing the jasper reports in java we can genarate the
reports

Is This Answer Correct ?    3 Yes 0 No

Are there any tools available in java to create reports?..

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

Are there any tools available in java to create reports?..

Answer / ravikiran(aptech mumbai)

jasper reports threw i-report tool

Is This Answer Correct ?    2 Yes 0 No

Are there any tools available in java to create reports?..

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

Are there any tools available in java to create reports?..

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

Post New Answer

More Core Java Interview Questions

What is string value?

0 Answers  


Can java run on google chrome?

0 Answers  


Can we serialize static variables in java?

0 Answers  


What are the types of methods in java?

0 Answers  


Why java does not support pointers?

0 Answers  






How does final modifier work?

1 Answers   Tech Mahindra,


7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?

4 Answers   CSC, Nagarro, RBS,


What are inner and anonymous class?

3 Answers  


Which is the best sorting technique in java?

0 Answers  


How do you find the absolute value?

0 Answers  


What is difference between word and integer?

0 Answers  


why java main method is given as static method?

2 Answers  


Categories