If an application has multiple classes in it, is it okay to have a main method in more than one class?
No Answer is Posted For this Question
Be the First to Post Answer
what is data binding? give the example
Suppose there is an Online shopping cart application having different objects like Cart, SelectionItem, Billing, COnfiguration, Authentication, Authorization, PersonalDetails etc. Out of this which one can be made a singleton pattern and why?
How do you write a conditional statement?
can any one tell me what is advantage of encapsulation
how can we import the user defined package without classpath?
Which Java operator is right associative?
what is interface in java? Explain
What is java’s garbage collected heap?
String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 Answers Flextronics, Keane India Ltd,
What is meant by distributed application? Why are we using that in our application?
what is mean by ooad? where we are using? can you tell me any real time example?
What environment variables are required to be set on a machine in order to run Java programs?