Java Classes Question:

Download Job Interview Questions and Answers PDF

Suppose I have a rtf file generated out of jasper report.I want to print this file.I tried using Runtime.getRuntime().exec.
But, it is not printing.
My questions are: How to print the file and how do I specify the path of the file for printing?

Java Classes Interview Question
Java Classes Interview Question

Answer:

Please share your answers.

Download Java Classes Interview Questions And Answers PDF

Previous QuestionNext Question
In Java it is possible to define two or more methods within the same class that share the same name, as long as their parameter declarations are different

A) True
B) False
Tell me is it ok to say interfaces, classes are of polymorphism(i.e we can use those for different purposes). if not then why?