We would have definitely used (String args[]) argument in our main method of java, but most of the people don’t even know the real reason using this argument. String args[] is a array object of String class. Usually, it is used to store the command line arguments. When we run our java programs and weContinue reading “Why we use ‘String args[]’ as a argument in main method of java?”
Category Archives: Uncategorized
Singly Linked List with every functions in C
NOTE: My humble request to all; Please learn from this code, copy it to your tool and execute it, but don’t show this as your assignment or project of your college class. Linked List with every essential function (.c) Sample Output:
Why we use dependencies in android studio?
If – else in C
It is a part of decision making on run-time in C
Function Overloading in C++
Let’s understand the function Overloading concept of C++
How to compress your java file code in Android Studio?
Bored declaring and finding all your elements by id every time? I have a solution!
Inheritance In C++
Inheritance is a very important concept of reusability of codes in C++.
Input and Output with Strings in C
Here you will find how string is totally different in terms of input and output from char datatype.
Most Commonly used String Library Functions
Here are the most commonly used string library functions.
What is Array?
Array, a data structure in C. See in details about it in this article.