Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


Write a java program to count the number of words present in a string?

0 Answers  


Explain the difference between throw and throws in java?

0 Answers  


what is meant by serialization?

7 Answers  


Can we declare a constructor as final?

0 Answers  


What is the difference between this() and super()?

15 Answers   TCS,


Can a static block throw exception?

0 Answers  


Can you call a method in a method?

0 Answers  


We can write any Java Logics in our JSP. Then why we are using servlets(Controller Layer) to interact with the DAO ?

6 Answers   TCS,


Is hashset ordered?

0 Answers  


What is the difference between C++ and Java and your preferences?

0 Answers   Expedia,


Can we override singleton class?

0 Answers  


Categories