Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

OptimizingPrime's Profile



OptimizingPrime



Reviews
2
Helpful: 2


Code of the Week
0
Won: 0

User Reviews

    Unity

    Company: Unity Technologies
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Version Reviewing: 2018

    "A must-try for learning game development"

    by OptimizingPrime on Oct 17, 2018 12:41 PM

    Summary:
    I was first introduced to Unity by my game development & design club at my University. The company that created Unity gave the club members free keys, so that was pretty sweet. Unity is known as a great engine for those learning game development, which was a large majority of the club members. It wasn't very complicated to use. The game engine worked fine on my 10+ year laptop. I had so much fun using it and even completed my first game at a 48-hour Hackathon :D

    Report post

    Was this review helpful? (1) (0)
  • Github

    Company: GitHub Inc.
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    "No excuse to not make an account"

    by OptimizingPrime on May 24, 2018 2:47 PM

    Summary:
    I'm always using Github at school, work, and at home. Having a github account is a must have if you're a developer. It's widely used, has a beautiful and clean UI for both their application and website, and it's incredibly useful. Version control is super important if you're a software developer. They also provide free web hosting for your online portfolio. IF YOU DON'T HAVE A GITHUB ACCOUNT, GO MAKE ONE NOW. You won't regret it.

    Report post

    Was this review helpful? (1) (0)


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!