Are there any tools available in java to create reports?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the multi-catch block in java?

774


Is java pass by value or pass by reference?

745


How do you read a char in java?

705


What do you mean by aggregation?

818


What are class types in java?

800


Can a static method be final?

767


What are the main differences between the java platform and other platforms?

758


Is a char always 1 byte?

722


Can we sort list in java?

790


Can anonymous class have constructor?

780


If you are given the name of the function at run time how will you invoke the function?

886


Why is serialization required?

730


Why are functions called methods in java?

756


Can we use String with switch case?

862


2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?

2046