Java67

3 Best books to prepare OCAJP 7 (1Z0- 803) Exam - Java SE 7 Certification

›
Even though the latest OCAJP exam is OCAJP8 , the OCAJP7 still the most popular one, at least from the email I receive, I can say that more...

Top 10 WebSites to Learn Java Online for FREE

›
Top 10 Websites to Learn Java Online for FREE ------------------------------------------- Programming Java for Beginners - The Ultimate J...

10 Advanced Java Books for Experienced Developers

›
1) Effective Java This is the first book every intermediate Java developer should read. It's not for beginners, and expert already kn...

Top 10 Java HashMap, Hashtable, ConcurrentHashMap Interview Question

›
Java HashMap, Hashtable, ConcurrentHashMap Interview Question -------------------------------------------------------------- How to synch...

Top 5 Microsoft SQL Server Books for DBAs and Developers

›
Top 5 Microsoft SQL SERVER Books for DBAs and Developers SQL Server Execution Plans by Grant Fritchey Learn the basics of capturing plan...

20 grep, egrep and fgrep command examples in UNIX/Linux

›
1) How to find all matching lines in a file in UNIX? $ grep "good" dict.txt 2) How to exclude lines in a file, which matche...

10 most useful command in VI Editor in Unix

›
1) finding form up "/" for ClOrdID , use n and shift n for navigation. 2) finding form bottom "?" looking for Executio...

Top 10 questiosn in Thread

›
------------------------------------- One of my room mate have been preparing for java interview from past few days. 1) Since start() me...

Top 10 Courses for Java Developers on PluralSight

›
PluralSight is one of the best website to learn new technologies, particularly on Computer Science and Information Technology e.g. Programm...

Top 5 Machine Learning Algorithms for Data Science and ML Interviews

›
Hello guys, you may know that Machine Learning and Artificial Intelligence have become more and more important in this increasingly digit...

Difference between Random, ThreadLocalRandom and SecureRandom

›
There were used to be days when  Math.random()  method was the only way to generate random numbers in Java, but with the evolution of Java ...

Can you take training after passing OCMJEA 6 Exam (1Z0-897), Assignment(1Z0-865) and Essay (1Z0-866)?

›
Yes, you can take the training after passing the OCMJEA exam. Even though the training is a must to obtain the certification, You do not ha...
1 comment:

5. ASP.Net Core Developer Roadmap

›
  ASP.NET Core is a powerful framework for building modern web applications. To become a proficient ASP.NET Core developer, it's essen...

java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver

›
This error comes when you try to connect to Microsoft SQL Server using Microsoft's official JDBC driver bundled in sqljdbc4.jar, but th...

Difference between Data Science and Machine Learning

›
Hello guys, if you are wondering What is difference between Data Science and Machine LEarning then you are not alone, There are lot of peopl...

How to Prepare for AWS certified Security Specialty Exam

›
Hello guys, if you are preparing for AWS Certified Security Specialty exam then you have come to the right place. Earlier, I have shared bes...

How to Prepare for Google Collaboration Engineer Exam? Tips and Resources

›
Just before 2 months , I've cleared the Google Collaboration Engineer Exam, and now working as a cloud solutions engineer. Throughout ...

Best Cyber Monday Deals for Programmers

›
Hello Guys, I wanted to post this article a couple of days before but just couldn't manage to do it. Cyber Monday is almost over but th...

10 Example of String in Java

›
1. String IndexOf Example 2. String SubString Example 3. String Matches Example 4. String Length Example 5. String Empty Check Exampl...

10 points about synchronized in Java

›
1. Synchronized can only be applied to methods and code block, you can not make a variable, a class or an interface synchronized in Java....
‹
›
Home
View web version