Why Slag comes on top of weld bead & if ur answer is related to density then think of overhead welding if slag is ligter than weld metal then in overhead welding firstly a laye of slag & then a layer of weld metal must be deposited.
3 6495Post New SGS Mechanical Engineering Interview Questions
How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }
What are the delegate methods of mkmapview?
What are user defined exceptions?
what is the accounting treatment on Putoption over own shares.?
What is the difference between a constructor and a method?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
Which is best linux os?
Transformer cores are laminated in order to A simplify its construction B minimize eddy current loss C reduce cost D reduce hysterisis loss
What are the main differences between Apache 1.x and 2.x?
I have a 2000 Chevy Blazer and when turning on the A/C the accuator opens and closes the panel doors on its own without me touching any controls..i bought a new climate control (350 dollars) and that didnt fix it..can anyone help??
Is a host a server?
What is the difference between the paint() and repaint() methods in java programming?
we use capister for power factor. when we use capaciter in dg circuit than defect dg. can we use capaciter bank for dg circuit
Explain binary searching, Fibonacci search.
What is the maximum number of columns in a db2 table?