-
Samba Attributes
What are the attributes of Samba?
-
Cass to Track Number of Instances
Design a class that will keep track of number of instances that have been instantiated. Make this class thread safe.
-
Case sensitive
Why the programing language are case sensitive as is not for user friendly.
Interface in C#
If the interface in C# only contains the declaration of the methods and we need to define those methods in the class, then Why we use the interface..???
Pro*C User Exit
How can a shell script be called from a Pro*C user exit?
Command Line Arguments
What is Command Line Arguments?What are its uses?Where we have to use this?
FLEX
What is flex? Where it is used in web applications?
ProxyWebPartManager Class
What is the use of ProxyWebPartManager class?
Generate Random Numbers in XSLT
How to generate random numbers in XSLT?
Programming Approaches
Explain and differentiate Modular Programming and Structured Programming approach?
Storing Character String
In a compiler there is 36 bit for a word and to store a character 8bits are needed. IN this to store a character two words are appended. Then for storing a K characters string, How many words are neededA. 2k/9B. (2k+8)/9C. (k+8)/9D. 2*(k+8)/9E. none
Static Functions
To which segment does Static functions belong?
Motion Planning
Motion PlanningA robot needs to visit an area of nxn squares. However, its movement is restricted to liner mobility. Additionally, it is not allowed to pass a square that poses an obstacle. The robot is allowed to visit the same square more than once. Count how many square the robot visited more than once, the visit count, and the number of visited and non-visited un-blocked squares.Consider various...
Transfer Users
How will you transfer the user from one instance to another instance? Suppose you create one user in development instance then how do you transfer that into production instance?
Console Application
Create a console application that stores two integers stored in variables va1 and var2. If var1 and var2 are greater than 10, reject the data stored in the variable and ask two new numbers? Dispaly in the console.
Error Handling
How can we you handle errors when project is running on live in detail with code?
Static Variable and Methods
Why do we keep Variable & Method Static?
Block IP address in PHP
How can block the IP address in PHP
Error-handling Procedure
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
Ans