Programming Languages (22694)
Scripts (9280)
Networking (2571)
Microsoft Related (21566)
Databases (16615)
Operating Systems (12022)
Testing (17995)
Servers (1375)
MainFrame (6620)
Java Related (15396)
Middleware (526)
Web Related (7038)
Data Warehouse (8975)
HR Questions (2698)
Software Design (1923)
Debugging (73)
Version Control (464)
Editors (229)
Telecom (1164)
ERP CRM (26424)
Embedded Systems (1221)
Client Server (333)
Artificial Intelligence (3276)
Cryptography (718)
EAI (466)
Multimedia (674)
Software Development Life Cycle (303)
Image Processing (170)
Mobile OS (3116)
Security (125)
Big Data (4325)
Cloud Computing (1790)
Automation (2674)
Internet of Things (IoT) (299)
Apache Related (370)
Frameworks Tools (1329)
Oracle Related (0) why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What does it mean “the channel is pinched off”?
What is stateless and stateful?
what are the two main categories of wage types?
What are the components of the report studio?
What is Dial-peer?
Do web servers have ip addresses?
What is null pointer and void pointer and what is their use?
What happens if License master is unreachable?
How would you dynamically allocate a one-dimensional and two-dimensional array of integers?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
How many sectors are in a partition?
What are the advantages of normalizing a database.
What is the main function of helpers used in ruby on rails?
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement