What is mean by UML? what is the use? where we are using?
Answer / spanksguy
UML is Unified Modeling language.
It is the significant part of any application either it is
Web or Window Application. Because it help us for
analysing the basic need of project and help to design its
character(class,object).
We use it in any Project for the development of any
application.
| Is This Answer Correct ? | 9 Yes | 0 No |
What is difference between classpath and path variables in java?
can we take more than one null values for Unique constraints.
Can you make an instance of an abstract class?
Why hashcode is used in java?
Difference between Superclass and Subclass?
What are the advantages of passing this into a method instead of the current class object itself?
Why are global variables used?
Can we split string with in java?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What is meant by 'bit masking' in java?
ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }
what is mean by method signature?