i need source code for income tax program using java
inheritance
Answer / murali
yes we can,by making a new class as a friend class .
| Is This Answer Correct ? | 2 Yes | 0 No |
How does synchronized modifier work?
How dead lock situation occurs in java and how you can identify it?
How to create packages in java?
can write code for serialization ?
When can an object reference be cast to an interface reference in java programming?
What does java ide mean?
how does the run() method in runnable work? : Java thread
Is space a string in java?
Is arraylist zero based?
What is the arguement of main method?
1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))
How to override equals() and hashCode() method in java?