1. The value of one bar (in S. I. units) is equal to





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->Five equal forces of 10 N each are applied at one point and all are lying in one plane. If angles between them are equal, the resultant of these forces wil be?....
QA->What is the number of basic units in the International System of Units?....
QA->The Units which are derived from fundamental units?....
QA->If the face value of the money is equal to intrinsic value it is called?....
QA->Who exhorted the world famous dictum "One caste, One religion, One clan, One world, One God"?....
MCQ->class Bar { } class Test { Bar doBar() { Bar b = new Bar(); / Line 6 / return b; / Line 7 / } public static void main (String args[]) { Test t = new Test(); / Line 11 / Bar newBar = t.doBar(); / Line 12 / System.out.println("newBar"); newBar = new Bar(); / Line 14 / System.out.println("finishing"); / Line 15 / } } At what point is the Bar object, created on line 6, eligible for garbage collection?....
MCQ->What will be the output of the program? public class Foo { Foo() { System.out.print("foo"); } class Bar { Bar() { System.out.print("bar"); } public void go() { System.out.print("hi"); } } / class Bar ends / public static void main (String [] args) { Foo f = new Foo(); f.makeBar(); } void makeBar() { (new Bar() {}).go(); } }/ class Foo ends /....
MCQ->class Boo { Boo(String s) { } Boo() { } } class Bar extends Boo { Bar() { } Bar(String s) {super(s);} void zoo() { // insert code here } } which one create an anonymous inner class from within class Bar?....
MCQ->The length, coefficient of thermal expansion and Young's modulus of bar 'A' are twice that of bar 'B'. If the temperature of both bars is increased by the same amount while preventing any expansion, then the ratio of stress developed in bar A to that in bar B will be....
MCQ->A steel bar 2 m long, 20 mm wide and 10 mm thick is subjected to a pull of 2 kN. If the same bar is subjected to a push of 2 kN, the Poission's ratio of the bar in tension will be __________ the Poisson's ratio for the bar in compression.....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution