Please help me to make a system. Thank you po! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please help me to make a system. Thank you po!

java language ang gamit.

23rd Mar 2018, 4:27 PM
nisa
2 Answers
+ 7
programming doesn't really need a too powerful system. anything with at least 8G RAM and cori5 cpu will do. (Better systems will help with speed but are not necessary 4G RAM will also be fine Emulators like the one android studio uses require much better syste.) Gaming: 8to16G RAM GTX900 series or higher graphic cori5 cpu or better SSD Hard will really help but os not necessary Motherboard and power system can be chosen according to supporting the items mentioned.
23rd Mar 2018, 4:47 PM
Farshad
Farshad - avatar
0
I'd worry about _type_ of RAM over quantity. In idle with an X session running, my system uses under 200 MB memory. Saving for a system now with only 8GB (for gaming) high speed Ripjaw memory. Obviously the CPU and board need to be compatible with the memory. Also, number of cores isn't every thing. Clock speed will out because of _race conditions_ which bottleneck parallelism. I'd rather have the latest i3 than even one generation older i5. For gaming, your video card takes the most work. You may wanna save for a good one. Make sure it supports the latest OpenGL, DirectX, and Vulkan (the future) at the time of purchase. To run Java, any old workstation will do. It may be sluggish on some IDEs, but the compiler and JVM work fine on my mom's Celeron notebook. Hope that helps.
24th Mar 2018, 12:24 AM
non