A technophile and a Big Data developer by passion. Loves developing advance C++ and Java applications in free time works as SME at Chegg where I help students with there doubts and assignments in the field of Computer Science.
Articles by Suraj P
Java Howtos
- How to Fix the Error: Failed to Create the Java Virtual Machine
- How to Fix Javax.Net.SSL.SSLHandShakeException: Remote Host Closed Connection During Handshake
- How to Fix Java.Lang.VerifyError: Bad Type on Operand Stack
- Runtime Exception in Java
- How to Fix Error Opening Registry Key 'Software JavaSoft Java Runtime Environment.3' in Java
- Identifier Expected Error in Java
- How to Fix Java.Lang.OutOfMemoryError: Unable to Create New Native Thread
- GC Overhead Limit Exceeded Error in Java
- How to Fix ExceptionInInitializer Error in Java
- How to Fix java.lang.reflect.InvocationTargetException Error in Java
- How to Delete Files in a Directory Using Java
- How to Create Generic LinkedList in Java
- How to Play a Video Using JavaFX
- Multiple Action Listeners in Java
- How to Iterate Through Enum Values in Java
- How to Delete Folders Using Java
- How to Find Factors of a Given Number in Java
JavaScript Howtos
Scala Howto's
- Future Sequence in Scala
- How to Write SQL Queries in Scala
- How to Parse JSON Strings in Scala
- How to Sort an Array in Scala
- Understanding Options in Scala
- How to Concatenate Strings in Scala
- How to Compare Strings in Scala
- How to Return Boolean With If-Else in Scala
- How to Work With Regex in Scala
- How to Call by Value vs Call by Name in Scala
- How to Convert Int to String in Scala
- The Modulo Operator in Scala
- The with Keyword in Scala
- How to Convert List to Map in Scala
- How to Convert String to Integer in Scala
- How to Find Array Size of an Element in Scala
- How to Get the Current Date and Time in Scala
- How to Print Case Classes Like Pretty Printed Tree in Scala
- How to Understand the Static Members in Scala
- Scala substring() Function
- The Concept of Lifting in Scala
- How to Extend Class in Scala
- How to Find Type of Variable in Scala
- MapReduce Using Apache Spark
- How to Reassignment to a Val in Scala
- How to Append or Prepend Elements to Sequence in Scala
- Mutable List in Scala
- Synchronization in Scala
- Difference Between :: And ::: In Scala
- Lazy Val in Scala
- The Forall() Function in Scala
- How to Log in a Scala Application
- How to Print Array in Scala
- How to Split a String in Scala
- How to Uses of implicit in Scala
- Difference Between ::: And ++ for Concatenating Lists in Scala
- Difference Between asInstanceOf and (O:T) in Scala
- Difference Between val and var in Scala
- How to Append Elements to an Array in Scala
- How to Write Text Into a File in Scala
- Simple Build Tool in Scala
- Difference Between Sequence and List in Scala
- How to Read an Entire File in Scala
- The yield Keyword in Scala Programming Language
- Three Question Marks in Scala
- Thread Sleep Method in Scala
- How to Append Elements to List in Scala
- How to Merge Two Maps in Scala and Then Sum the Values With the Same Key
C++ Howtos
- Garbage Collection in C++
- Virtual Functions in C++
- Default Constructor and Default Keyword in C++
- How to Clear Stringstream in C++
- Difference Between Structure and Class in C++
- Inline Functions in C++
- How to Get the Last Character From a String in C++
- Printing Boolean Values in C++
- How to Make a Countdown Timer in C++
- The or Operator in C++
- The switch Statements in C++
- Wrapper Class in C++
- The typename Keyword in C++
- Const Reference vs Normal Parameter Passing in C++
- How to Sorting in C++ Standard Template Library (STL)
- Logical XOR in C++
- The auto Keyword in C++ Used for Type Inference
- How to Calculate Standard Deviation in C++