how much quantity of cement and sand required for construction of 10 cum brick work( Brick size 3"*4"*9"(Standard size ) an d for 10 cum construction of SSM (Size stone masonary) with Cm 1:6 for both.
11 156607I want to implement functionality like. When any user create issue, he should assign only to group MFG(not other than MFG), then MFG group will try to resolve at there end, if they resolve issue then MFG group will update status to close, and if not then MFG group user will forward(assign) to SUPPER group, and supper group will assign to expert person. What I did As follows. 1)created two Issue tracking list one is "ABC" another is "PQR" 2) Also applied permission on ABC and PQR list. because end user should not interact directly with consultant, one group of 4 person is present between end users and consultant, this group is mediator. 3) copy workflow is created. it will copy list of items from ABC list to "PQR" List. Here Im facing problem that workflow will not copy item because user of "ABC" does not have access to "PQR". if i give contribute permission on both list then workflow work correctly. I want that User of List ABC should not see the PQR list and workflow copy item from one list to other list. Can any one help me? thanx in advance
1965when submitted ER1 by online that time by mistake wrong opening balance selected & returned is submitted .what to do
5 22607How to Determine the Quantity of Cement Sand , Aggregete and Reinforcement Bars in 30 feet X 40 Feet and Height is 4 Feet .
1 6688According to ohms law voltage proportional to current, then why should current rating is low with high voltage rating in transformer?
5 7899Post New KEC Interview Questions
Hi i am chinna reddy i had completed my b.tech(ECE)2010 passout. but still no job please if anyone help me and suggest me. my mailid:chinnareddy.be@gmail.com Thanks&Regards chinna
3.2 Consider the following class: public class Point { protected int x, y; public Point(int xx, int yy) { x = xx; y = yy; } public Point() { this(0, 0); } public int getx() { return x; } public int gety() { return y; } public String toString() { return "("+x+", "+y+")"; } } Say you wanted to define a rectangle class that stored its top left corner and its height and width as fields. 3.2.1 Why would it be wrong to make Rectangle inherit from Point (where in fact it would inherit the x and y coordinates for its top left corner and you could just add the height and width as additional fields)? (1) 8 Now consider the following skeleton of the Rectangle class: public class Rectangle { private Point topLeft; private int height, width; public Rectangle(Point tl, int h, int w) { topLeft = tl; height = h; width = w; } public Rectangle() { this(new Point(), 0, 0); } // methods come here } 3.2.2 Explain the no-argument constructor of the Rectangle class given above. 3.2.3 Write methods for the Rectangle class to do the following: • a toString() method that returns a string of the format "top left = (x, y); height = h; width = w " where x, y, h and w are the appropriate integer values. • an above() method that tests whether one rectangle is completely above another (i.e. all y values of the one rectangle are greater than all y values of the other). For example, with the following declarations Rectangle r1 = new Rectangle(); Rectangle r2 = new Rectangle(new Point(2,2), 1, 4); the expression r2.above(r1) should give true, and r2.above (r2) should give false. (You can assume that the height of a rectangle is never negative.) (2) (5)
Which type of charges present on the two opposite faces of the junction?
Why delegates are type safe?
Is activex a plugin?
What is the difference between concern and application_controller.rb in ruby on rails?
How do you hide the columns?
What is a skewed join?
What first made you want to be an engineer?
What is difference between inner join and join?
What is max attempts field on the work queue configuration in blue prism?
What is qlikview?
What is the use of hr: user type, while configure multiorg?
What is ?filling? of aggregate?
Which are the various data sources available in spark sql?