Question
Is boiler a closed system?

Answers





Search
Can you Answer!!
  • Q Name the first Indian to be drafted in the National Basket Ball Association (NBA)?
  • Q What should the doctors treating dengue avoid?
  • Q Name the new king of Spain ?
  • Q How many bones are in the human hand?
  • Q What is the term used to measure the intensity of solar radiation and is equal to one gram calorie per square centimeter per minute?
  • Q what is the scientific name of Purple Emperor ?
  • Q The person who is known as the 'Subhash Chandra Bose of Kerala'.
  • Q Which of the following statements regarding thienopyridines is TRUE?
  • Q How can I find out if there are characters available for reading?
  • Q Jan Dhan yojna additional insurance coverage is provided by which organization?
  • Q Given the following code import java.awt.*; public class SetF extends Frame{ public static void main(String argv[]){ SetF s = new SetF(); s.setSize(300,200); s.setVisible(true); } } How could you set the frame surface color to pink a)s.setBackground(Color.pink); b)s.setColor(PINK); c)s.Background(pink); d)s.color=Color.pink