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
What is the multi-catch block in java?
Is java pass by value or pass by reference?
How do you read a char in java?
What do you mean by aggregation?
What are class types in java?
Can a static method be final?
What are the main differences between the java platform and other platforms?
Is a char always 1 byte?
Can we sort list in java?
Can anonymous class have constructor?
If you are given the name of the function at run time how will you invoke the function?
Why is serialization required?
Why are functions called methods in java?
Can we use String with switch case?
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?