Are there any tools available in java to create reports?
Answer Posted / ravikiran(aptech mumbai)
jasper reports threw i-report tool
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of format function?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
I want to print “hello” even before main is executed. How will you acheive that?
How many types of keywords are there?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What is the difference between superclass and subclass?
Name some classes present in java.util.regex package.
How do you do descending order in java?
What is concurrent hashmap and its features?
How many bits is a boolean?
What is boolean used for?
What is initial size of arraylist in java?
Can a serialized object be transferred via network?
what are the states associated in the thread? : Java thread
Give the difference between the println method and sqrt method?