Programming Code (840)
Scripts_Markup Code (257)
can you please write a program for deadlock that can detect deadlock and to prevent deadlock.
how to manage mlng timer because they don't explain what's it's function?
Write a (n) algorithm that sorts n distinct integers, ranging in size between 1 and kn inclusive, where k is a constant positive integer. (Hint: Use a kn-element array.)
1.What type of material can be sent from a Java servlet to a browser ? How does the browser know how to deal with the material? 2.Explain what happens to a servlet when a servlet engine is sent a GET request.
Write a routine to implement the polymarker function
Common UI for Multiple web applications. Suppose there are 35 websites using same third party controls.These 3rd party controls are made together that all 35 websites can use these controls.If we put all 3rd party controls and use its dll in 35 websites,only class files will be accessable. But I want to use CSS,images also in all 35 websites. how I can design the N-tier solution for this project.
how to remove or delete multiple selected items from listbox in on button click in asp?
program for check the given number is prime or not in VB.net
What is the functionality of EnumWindows?
Write a function to efficiently convert a floating point number to a rational number. For example, given 0.125 return "1/8"
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
Write a python program to check if a number is a strong number?
create Drop-Down Navigation Menus
Devise a program to implement the Fibonacci sequence.
Write a Program to find the sum of digits of a given number until the sum becomes a single digit.