#computengine
Explore tagged Tumblr posts
Text
4 ways to compare Strings in Java (Bonus: Lexicographical Compare)
#java#javascript#tutorial#coding#code#programming#program#computengine#working#100DaysOfCode#computer#computerscience#blogging#blog#blogger#developer#interview#tech#technology#interviewquestions#logic
3 notes
·
View notes
Text
4 ways to add New Line Character to a String in Java
#java#javascript#tutorial#coding#code#programming#program#computengine#working#100DaysOfCode#computer#computerscience#blogging#blog#blogger#developer#interview#tech#technology#interviewquestions#logic
3 notes
·
View notes
Text
Find Day of the week of any date using Java code
#java#javascript#tutorial#coding#code#programming#program#computengine#working#100DaysOfCode#computer#computerscience#blogging#blog#blogger#developer#interview#tech#technology#interviewquestions#logic
2 notes
·
View notes
Text
Java Tutorial to Sort an Integer Array in either Ascending or Descending Order using Java For Loops and a Function Parameter
#java#javascript#tutorial#code#coding#program#programming#technology#computerscience#computengine#interview#arrays#loops#forloop#100daysofcode#blogging#blog#blogger
1 note
·
View note
Text
Java Code to Partition an Array and return the maximized Sum of Pairs
#leetcode#java#javascript#tutorial#coding#code#programming#program#computengine#working#100DaysOfCode#computer#computerscience#blogging#blog#blogger#developer#interview#tech#technology#interviewquestions#logic
0 notes
Text
Java code to Split a String into Maximum number of Balanced Strings
#leetcode#java#javascript#tutorial#coding#code#programming#program#computengine#working#100DaysOfCode#computer#computerscience#blogging#blog#blogger#developer#interview#tech#technology#interviewquestions#logic
1 note
·
View note
Text
Java code to find Count of Pairs in Integer Array with Absolute Difference K
#leetcode#java#javascript#tutorial#coding#code#programming#program#computengine#working#100DaysOfCode#computer#computerscience#blogging#blog#blogger#developer#interview#tech#technology#interviewquestions#logic#100daysofcode
0 notes
Text
Selenium UI Automation - Most Comprehensive Online Automation Practice Page
#selenium#uiautomation#java#javascript#tutorial#coding#code#programming#program#computengine#working#100DaysOfCode#computer#computerscience#blogging#blog#blogger#developer#interview#tech#technology#interviewquestions#logic#automation#automationpractice
0 notes
Text
2 ways to convert a Number to Binary (Custom function included)
#java#javascript#tutorial#coding#code#programming#program#computengine#working#100DaysOfCode#computer#computerscience#blogging#blog#blogger#developer#interview#tech#technology#interviewquestions#logic
0 notes
Text
3 Ways to find if a String contains a substring using Java (Bonus: Ignore spaces)
#java#javascript#tutorial#coding#code#programming#program#computengine#working#100DaysOfCode#computer#computerscience#blogging#blog#blogger#developer#interview#tech#technology#interviewquestions#logic
0 notes
Text
6 ways to Concatenate Strings in Java (Bonus: Choose concatenation character)
#java#javascript#tutorial#coding#code#programming#program#computengine#working#100DaysOfCode#computer#computerscience#blogging#blog#blogger#developer#interview#tech#technology#interviewquestions#logic
0 notes
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
#java#javascript#tutorial#coding#code#programming#program#computengine#working#100DaysOfCode#computer#computerscience#blogging#blog#blogger#developer#interview#tech#technology#interviewquestions#logic
0 notes
Text
Find the file size using Java code (Bytes, KB, MB and GB)
#java#javascript#tutorial#coding#code#programming#program#computengine#working#100DaysOfCode#computer#computerscience#blogging#blog#blogger#developer#interview#tech#technology#interviewquestions#logic
0 notes
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
#java#javascript#tutorial#coding#code#programming#program#computengine#working#100DaysOfCode#computer#computerscience#blogging#blog#blogger#developer#interview#tech#technology#interviewquestions#logic#100daysofcode
0 notes
Text
Find the Longest Running Streak of a Number in an Array
#java#javascript#tutorial#coding#code#programming#program#computengine#working#100DaysOfCode#computer#computerscience#blogging#blog#blogger#developer#interview#tech#technology#interviewquestions#logic
0 notes
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
#java#javascript#tutorial#coding#code#programming#program#computengine#working#100DaysOfCode#computer#computerscience#blogging#blog#blogger#developer#tech#technology#logic#HTML#web#webdevelopment#diy
0 notes