Can we run Applet in Web browser with security policy files
Write a program to convert a decimal number to binary form?
In java, why do we set thread priority, when we know that there is no guarantee by which a thread should be execute?
write a program that inputs two real numbers then exchanges their values.
Is it possible to define marker interface in java.If possible then how to define user defined marker interface?
How to create Date method to set the date in Ms Access
I am trying to pass the string firstName from a Servlet called SampleServet. I am running this on eclipse and it tells me that "the value for annotation attribute must be a constant expression. I don't understand why it is giving me this error. @PersonAnnotation(name = SampleServlet.firstName) public class AnnotationClass{
Why the program getting error if we don't use String args[] in main(), even in the case of not getting any arguments from command line?
Why we r using String args[] in main() even though v r not passing any arguments in command line?
write a c program which takes 20 numbers in an array as input from user and rearrange them in two different array defining even or odd
How can we get the details for printing the employee details at run time using JDBC connectivity? can u provide the coding for that? Its urgent?
Is there any static classes are in java give some examples
Design a program using one-dimensional array that determines the highest value among the eight input values from a user. Display the difference of each value from the highest to the lowest.