Blog: Java tutorial for beginners (Arpit Mandliya)


241 blogs updated: 50 min. ago
Get Script Directory in Bash
Using BASH_SOURCE Array To get the current script's directory in a Bash, use the BASH_SOURCE array with pwd command. [crayon-64242818d816852...
0
30-03-2023 05:09:09 Java tutorial for ... (Arpit Mandliya) Beginners
Get Last Element of Array in PowerShell
An array is a collection of data elements stored together under a single variable name. Unlike other programming languages, the array in Pow...
0
29-03-2023 21:31:44 Java tutorial for ... (Arpit Mandliya) Beginners
Change Directory in PowerShell
Using Set-Location Cmdlet Use the Set-Location cmdlet to change directory in PowerShell. [crayon-6424195a6ad300014 52702/] [crayon-6424195a6...
0
29-03-2023 13:55:41 Java tutorial for ... (Arpit Mandliya) Beginners
Get Exit Code of Last Command in PowerShell
We can use different solutions to get the exit code of the last command in PowerShell, but before that, it is essential to know what does ex...
0
28-03-2023 17:11:32 Java tutorial for ... (Arpit Mandliya) Beginners
Generate Random String in Bash
Using $RANDOM Variable Use the $RANDOM variable with cut command to generate random string in Bash. [crayon-6421e955c419e7174 60739/] [crayo...
0
27-03-2023 22:13:10 Java tutorial for ... (Arpit Mandliya) Beginners
Split Text File on NewLine in PowerShell
Using Get-Content Cmdlet We can use multiple ways to split the specified text file into an array based on every new line. To practice those ...
0
20-03-2023 03:51:33 Java tutorial for ... (Arpit Mandliya) Beginners
Select-String from File with Regex in PowerShell
Using Select-String with Regex to Find Patterns from File There are multiple scenarios where we can use Select-String with a regular express...
0
19-03-2023 21:00:21 Java tutorial for ... (Arpit Mandliya) Beginners
Print Object in PowerShell
Print Object's Properties in Powershell In PowerShell, an object is a data structure that contains properties and methods. An object is esse...
3
19-03-2023 12:47:37 Java tutorial for ... (Arpit Mandliya) Beginners
Check if String Starts with Another String in Bash
Using Double Brackets Use the double brackets ([[...]]) to check if a string starts with another string in Bash. [[...]] is a keyword used t...
0
15-03-2023 10:28:48 Java tutorial for ... (Arpit Mandliya) Beginners
PowerShell – Find String in File
Find String in File in PowerShell Use the Select-String cmdlet to find string in file in PowerShell. Select-String cmdlet uses regular expre...
0
14-03-2023 21:03:33 Java tutorial for ... (Arpit Mandliya) Beginners


© Jiri Pinkas | this project on GitHub | related: JavaVids | Maven Central Repository Search | Java školení

Top Java Blogs is a Java blog aggregator (with English-written blogs only) focused on Java SE, Java EE, Spring Framework and Hibernate.

Made better & faster using https://www.yourkit.com/ Java Profiler