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

How do you end a program?

0 Answers  


What is final class?

0 Answers  


Is string a class in java?

0 Answers  


When we serialize an object does the serialization mechanism saves its references too?

0 Answers  


string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?

5 Answers   HCL,


Can I uninstall java?

0 Answers  


What is the difference between an array and an array list?

0 Answers  


can we write two same methods in outer class and innerclass.

1 Answers   3i Infotech,


What is the major drawback of internal iteration over external iteration?

0 Answers  


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?

1 Answers  


what state does a thread enter when it terminates its processing? : Java thread

0 Answers  


What are the types of collections in java?

0 Answers  


Categories