Suraj P avatar Suraj P avatar

About Suraj P

LinkedIn GitHub

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

  1. How to Fix the Error: Failed to Create the Java Virtual Machine
  2. How to Fix Javax.Net.SSL.SSLHandShakeException: Remote Host Closed Connection During Handshake
  3. How to Fix Java.Lang.VerifyError: Bad Type on Operand Stack
  4. Runtime Exception in Java
  5. How to Fix Error Opening Registry Key 'Software JavaSoft Java Runtime Environment.3' in Java
  6. Identifier Expected Error in Java
  7. How to Fix Java.Lang.OutOfMemoryError: Unable to Create New Native Thread
  8. GC Overhead Limit Exceeded Error in Java
  9. How to Fix ExceptionInInitializer Error in Java
  10. How to Fix java.lang.reflect.InvocationTargetException Error in Java
  11. How to Delete Files in a Directory Using Java
  12. How to Create Generic LinkedList in Java
  13. How to Play a Video Using JavaFX
  14. Multiple Action Listeners in Java
  15. How to Iterate Through Enum Values in Java
  16. How to Delete Folders Using Java
  17. How to Find Factors of a Given Number in Java

JavaScript Howtos

  1. How to Fix the Error: Failed to Create the Java Virtual Machine

Scala Howto's

  1. Future Sequence in Scala
  2. How to Write SQL Queries in Scala
  3. How to Parse JSON Strings in Scala
  4. How to Sort an Array in Scala
  5. Understanding Options in Scala
  6. How to Concatenate Strings in Scala
  7. How to Compare Strings in Scala
  8. How to Return Boolean With If-Else in Scala
  9. How to Work With Regex in Scala
  10. How to Call by Value vs Call by Name in Scala
  11. How to Convert Int to String in Scala
  12. The Modulo Operator in Scala
  13. The with Keyword in Scala
  14. How to Convert List to Map in Scala
  15. How to Convert String to Integer in Scala
  16. How to Find Array Size of an Element in Scala
  17. How to Get the Current Date and Time in Scala
  18. How to Print Case Classes Like Pretty Printed Tree in Scala
  19. How to Understand the Static Members in Scala
  20. Scala substring() Function
  21. The Concept of Lifting in Scala
  22. How to Extend Class in Scala
  23. How to Find Type of Variable in Scala
  24. MapReduce Using Apache Spark
  25. How to Reassignment to a Val in Scala
  26. How to Append or Prepend Elements to Sequence in Scala
  27. Mutable List in Scala
  28. Synchronization in Scala
  29. Difference Between :: And ::: In Scala
  30. Lazy Val in Scala
  31. The Forall() Function in Scala
  32. How to Log in a Scala Application
  33. How to Print Array in Scala
  34. How to Split a String in Scala
  35. How to Uses of implicit in Scala
  36. Difference Between ::: And ++ for Concatenating Lists in Scala
  37. Difference Between asInstanceOf and (O:T) in Scala
  38. Difference Between val and var in Scala
  39. How to Append Elements to an Array in Scala
  40. How to Write Text Into a File in Scala
  41. Simple Build Tool in Scala
  42. Difference Between Sequence and List in Scala
  43. How to Read an Entire File in Scala
  44. The yield Keyword in Scala Programming Language
  45. Three Question Marks in Scala
  46. Thread Sleep Method in Scala
  47. How to Append Elements to List in Scala
  48. How to Merge Two Maps in Scala and Then Sum the Values With the Same Key

C++ Howtos

  1. Garbage Collection in C++
  2. Virtual Functions in C++
  3. Default Constructor and Default Keyword in C++
  4. How to Clear Stringstream in C++
  5. Difference Between Structure and Class in C++
  6. Inline Functions in C++
  7. How to Get the Last Character From a String in C++
  8. Printing Boolean Values in C++
  9. How to Make a Countdown Timer in C++
  10. The or Operator in C++
  11. The switch Statements in C++
  12. Wrapper Class in C++
  13. The typename Keyword in C++
  14. Const Reference vs Normal Parameter Passing in C++
  15. How to Sorting in C++ Standard Template Library (STL)
  16. Logical XOR in C++
  17. The auto Keyword in C++ Used for Type Inference
  18. How to Calculate Standard Deviation in C++

C Howtos

  1. Excess Elements in Scalar Initializer Warning in C