1. The drawing down is a process of __________ the cross-section of a bar.



Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->A train of length 150 meters took 8 seconds to cross a bridge of length 250 meters. Time taken by the train to cross a telephone post is....
QA->The process where the inner pages of a section is deliberately printed offset slightly towards spine fold ?....
QA->‘Vitruvian Man’ also called the Canon of Proportions is the world famous drawing by?....
QA->Which Mughal painter according to Abul Fazl was excellent in drawing of features?....
QA->“For that light represented something more than the immediate past, it represented the living, the eternal truths, reminding us of the right path, drawing us from error, taking this ancient country to freedom.” Who said these words when Gandhiji passed away?....
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->A bar of circular cross-section varies uniformly from a cross-section 2D to D. If extension of the bar is calculated treating it as a bar of average diameter, then the percentage error will be....
MCQ->The drawing down is a process of __________ the cross-section of a bar.....
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->A compound bar consists of two bars of equal length. Steel bar cross-section is 3500 mm2 and that of brass bar is 3000 mm2. These are subjected to a compressive load 100,000 N. If Eb = 0.2 MN/mm2 and Eb = 0.1 MN/mm2, the stresses developed are:....
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