Mohammad Irfan
Scala Howto's
- Add Elements to a Map in Scala
- Companion Objects in Scala
- Get the Current Timestamp in Scala
- Sealed Traits in Scala
- Getting List Elements in Scala
- Find a Substring of String in Scala
- Sort a List in Scala
- The Difference Between && and & Operators in Scala
- Fill an Array in Scala
- Format Strings in Scala
- The andThen Function in Scala
- The break Statement in Scala
- The main() Method in Scala
- The Underscore Placeholder in Scala
- Checking Scala Version in Scala
- Exit From Scala Shell
- Create a List in Scala
- Difference Between Object and Class in Scala
- Return a Value in Scala
- The apply() Function in Scala
- The foreach Loop in Scala
- try...catch in Scala
Java Howtos
- Create Timer in JavaFx
- Associative Array in Java
- Null and Empty String in Java
- Override the CompareTo Method in Java
- Static Block in Java
- varargs in Java
- BiFunction Interface in Java
- Convert ArrayList to Set in Java
- Double in Java
- Method to Calculate Factorial in Java
- Parameters vs Arguments in Java
- The Stream Reduce Operation in Java
- What is Predicate in Java
- What is the /= Operator in Java
- Check Java version
- Array Passed By Value or Passed By Reference in Java
- Set JAVA_HOME Variable in Java
- What is Reflection in Java
- Convert Stream to List in Java
- flatMap in Java
- Get Unicode Characters from its Number in Java
- Ignore Upper Case and Lower Case in Java
- Convert String to LocalDate in Java
- Fix the Bad Operand Types Error in Java
- Fix the Could Not Find or Load Main Class Error in Java
- Fix the Reach End of File While Parsing Error in Java
- Stream Filter in Java
- Fix the NoSuchElementException Error in Java
- Print Boolean Value Using the printf() Method in Java
- Sort a List Alphabetically in Java
- Compare Java Enum Using == or equals() Method in Java
- console.log in Java
- Return Nothing From a Function in Java
- Runnable VS Callable Interface in Java
- Using the System.exit() Method in Java
- Casting Variables in Java
- Read Input from System.in in Java
- StringUtils in Java
- The *= Operator in Java
- The Max Value of an Integer in Java
- Check if String Contains a Case Insensitive Substring in Java
- Servlet in Java
- Compile Multiple Java Files Using a Single Command in Java
- Get the Square of a Double Value in Java
- Minimum and Maximum Value of Integer in Java
- The %= Operator in Java
- Unhandled Exception in Java
- Add Objects to an Array in Java
- Char vs String in Java
- ConcurrentHashMap vs Hashtable in Java
- Create swing timer in Java
- List of Ints in Java
- Transient in Java
- Virtual Function in Java
- Checked and Unchecked Exceptions in Java
- Convert Integer to Int in Java
- Replace a Backslash With a Double Backslash in Java
- The Difference Between ArrayList and LinkedList in Java
- The Difference Between the != and =! Operator in Java
- Convert Int to ASCII in Java
- Convert Int to Byte in Java
- Convert long to double in Java
- Initialize Char in Java
- Phone Number Data Type in Java
- What Is Monitor in Java
- base64.decode in Java
- Check if Java is 64 bit or 32 bit
- Conversion JSON to XML in Java
- Convert JSON to Java object
- Double max value in Java
- Start a new thread in Java
- Check Empty String in Java
- Convert Int to Integer in Java
- Represent Empty Char in Java
- The Char equals Method in Java
- The repaint() Method in Java
- What Is a Driver Class in Java
- Implement Multiple Interfaces in Java
- Initialize an Array in Constructor in Java
- Make a Java File Executable
- What Is Java Bean
- Create Map in Java
- Java typeof Operator
- The Arrow Operator -> in Java
- Code Obfuscation in Java
- Difference Between an Interface and an Abstract Class in Java
- Get ArrayList of Int Array in Java
- Get Character in String by Index in Java
- Java system.out.println() Method
- Print Objects in Java
- Set Classpath in Java
- Use KeyListener in Java
- Add a Background Image in JavaFX
- Convert String to ArrayList in Java
- Get the First Character of a String in Java
- Get the Last Element From an ArrayList in Java
- Get the User Home Directory in Java
- Overload a Constructor in Java
- The Difference Between Size and Length in Java
- The Difference Between Static and Dynamic Binding in Java
- Append Text to a Text File in Java
- Convert Double to String in Java
- Extend Two Classes in Java
- Increase an Array Size in Java
- Pass an Array to a Method in Java
- Sort a String Array Alphabetically in Java
- The XOR Operator in Java
- Access a Variable From Another Class in Java
- Break Nested Loops in Java
- Convert Boolean to Int in Java
- Convert String Array Into Int Array in Java
- Get the Sum of an Array in Java
- Initialize All Array Elements to Zero in Java
- Resize an Array While Keeping the Current Elements in Java
- Clear an Array in Java
- Connect a MySQL Database in Java
- Exit a While Loop in Java
- Get a Keyboard Input in Java
- Pass a Method as a Parameter in Java
- Rename a File in Java
- What Is a Null Pointer Exception in Java
- args Parameter in Java
- Compare Two Integers in Java
- Difference Between Hashmap and Map in Java
- Difference Between Hashtable and Hashmap in Java
- Empty Array in Java
- Import Custom Class in Java
- Java Default Parameters
- Convert Float to String and String to Float in Java
- Convert Object to String in Java
- Daemon Thread in Java
- Format Double Value in Java
- How to Read XML File in Java
- Implement Key Value Pair in Java
- Split a String by Space in Java
- Convert Double to Int in Java
- Create Global Variable in Java
- Difference Between i++ and ++i Operators in Java
- Generate Random Number Within a Specified Range in Java
- Get Current TimeStamp in Java Date
- Iterate Through List in Java
- Question Mark and Colon in Java
- Relative Path in Java
- Check if an Array Contains Int in Java
- Convert Char Array to Int in Java
- Convert Inputstream to Byte Array in Java
- Get Char Array's Length in Java
- Do Power in Java
- Do String Interpolation in Java
- Call a Method in Another Class in Java
- Get the File Extension of a File in Java
- Get the Current Working Directory in Java
- Iterate Through HashMap in Java
- Sort a Map by Value in Java
- Delay Few Seconds in Java
- Reverse a String in Java
- Sort Array Elements in Java
- Read All Files of a Folder in Java
- Convert an Arraylist to a String in Java
- Print a Float With 2 Decimal Places in Java
- Remove the Last Character From the String in Java
- Convert a String to an Int in Java
- Convert Date to String in Java
- Print HashMap in Java
- Remove Punctuation From String in Java
- Iterate Over Each Element of Map in Java
- Remove Whitespace From String in Java
- Check Whether a String Contains a Substring in Java
- Check if a String Is a Number in Java
- Check Whether an Array Is Null/Empty in Java