- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
10 Posted Topics
i know the difference between interface and abstract. how it will differ in real-time application scenario. can you please explain with example? | |
how OOPS concept playing roles in terms of compile time and run time polymorphism. how inheritance and encapsulation and polymorphism applied in real time application. when and where and how to decide this oop concept fit for this like java bean,interface,abstract,etc? | |
Re: please post your reply at your thread that already started.. ... | |
[CODE]public class array{ public static void main(String[] args){ int num[] = {80,20,47,82,25,13}; int l = num.length; int i,j; System.out.print("Given number : "); for (i = 0;i < l;i++ ){ System.out.print(" " + num[i]); } System.out.println("\n"); System.out.print("Accending order number : "); for (i = 0;i < l;i++ ){ //int temp=num[i]; for … | |
i want to set some initial level parameters before calling main method... how to do... within main i can set it first but it have no effects... | |
how do manipulate byte array buffer .. i need its very urgent.. anybody give good example.. | |
|
The End.