#computengine
Explore tagged Tumblr posts
computengine · 3 years ago
Text
4 ways to compare Strings in Java (Bonus: Lexicographical Compare)
3 notes · View notes
computengine · 3 years ago
Text
4 ways to add New Line Character to a String in Java
3 notes · View notes
computengine · 3 years ago
Text
Find Day of the week of any date using Java code
2 notes · View notes
computengine · 4 years ago
Text
Java Tutorial to Sort an Integer Array in either Ascending or Descending Order using Java For Loops and a Function Parameter
1 note · View note
computengine · 3 years ago
Text
Java Code to Partition an Array and return the maximized Sum of Pairs
0 notes
computengine · 3 years ago
Text
Java code to Split a String into Maximum number of Balanced Strings
1 note · View note
computengine · 3 years ago
Text
Java code to find Count of Pairs in Integer Array with Absolute Difference K
0 notes
computengine · 3 years ago
Text
Selenium UI Automation - Most Comprehensive Online Automation Practice Page
0 notes
computengine · 3 years ago
Text
2 ways to convert a Number to Binary (Custom function included)
0 notes
computengine · 3 years ago
Text
3 Ways to find if a String contains a substring using Java (Bonus: Ignore spaces)
0 notes
computengine · 3 years ago
Text
6 ways to Concatenate Strings in Java (Bonus: Choose concatenation character)
0 notes
computengine · 4 years ago
Text
Create a File logging Utility using Java Code
We'll try to cover the following utilities which can form the base of a logging tool:
1. File logging by passing the value and the file path.
2. File logging by passing the value and setting the log path in a properties file.
3. Clear the log file
0 notes
computengine · 4 years ago
Text
Find the file size using Java code (Bytes, KB, MB and GB)
0 notes
computengine · 4 years ago
Text
Find the HCF of 2 numbers using Java code
What will be utilized in this logic:
1. While loop to iterate till we arrive at the solution
2. % Operator to find the remainder
0 notes
computengine · 4 years ago
Text
Find the Longest Running Streak of a Number in an Array
0 notes
computengine · 4 years ago
Text
JavaScript Input Field Validation Function
1. Validate the Input field in a form
2. Highlight the field having issues with a background color
3. Update the error message on the webpage
0 notes