Tag: programming languages
Questions Related to programming languages
What base class do all Web Forms inherit from?
Which is the best place to store connectionstring in .NET projects ?
A byte can be of what size?
What will be printed out if this code is run with the following command line? java myprog good morning public class myprog{ public static void main(String argv[]) { System.out.println(argv[2]); } }
You need to create a class that will store unique object elements. You do not need to sort these elements but they must be unique. What interface might be most suitable to meet this need?