26. Which of these keywords is used to define interfaces in Java? a) intf b) Intf c) interface d) Interface View Answer 27. What will be the output of the following Java program? classoutput { publicstaticvoidmain(Stringargs[]) { StringBuffers1=newStringBuffer("Quiz"); StringBuffers2=...