Find out Cutting Length of Steel for Right angle Triangle? Where Opposite Side 4m, Adjacent side 6m. (Assume cover 40mm)
1926Post New DBL Interview Questions
How would you feel about working with pathogens and carcinogens?
DB2 connector> transformer > sequential file Data will be exported into a csv format in a sequential file. This file will be send in a email using a sequence job. Problem here is, how to avoid sending a blank csv file? When I ran the job there are chances that it might return zero records but in the sequence job csv file is going blank. how can I avoid this? thanks
what would you be if not a computer engineer?
Explain the role of the transaction manager and session?
How do you parse a json file in python?
where are dashboard components are created and maintained? : Sas-bi
Under Data Transfer Portion of ABAP, what do you mean by DX Project
Explain fdd in gsm technology?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What is difference between api and library?
What is the reason for joining Maruti and not a technical firm
If you get less number of quotation for RFx, what can be done to fix this?
Explain java coding standards for constants?
What is jdbc and odbc in java?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }