Java Game Developer

  Home  Java Programing  Java Game Developer


“Java Game Developer related Frequently Asked Questions by expert members with job experience as Java Game Developer. These questions and answers will help you strengthen your technical skills, prepare for the new job interview and quickly revise your concepts”



50 Java Game Developer Questions And Answers

42⟩ Tell us different Methods Used For Storage In Android?

The storage methods used in android are

☛ a) Shared Preferences: Store private primitive data in key value pairs Internal Storage: Storage of private data on device memory

☛ b) External Storage: Storage of public data on shared external storage

☛ c) Network Connection: With your own network server you store data on the web

☛ d) SQLite Databases: In private database it stores structured data

 113 views

43⟩ Tell us do Playfish And Zynga Use Flash Game Engines?

Briefly, yes. Zynga's Café World and PlayFish's Restaurant City uses Away3D.

I think developers might use more of 3d engines because 3d is not everyone's cup of tea - they can just focus on implementing game logic and mechanics instead of meddling with math. However they would shy away from game engines like Flixel, for reasons that Nick Wiggill has mentioned. (eg. risk of middleware)

 130 views

46⟩ Tell me what Are The Problems You Might Face While Developing Game With Java?

☛ a) Garbage Collector : Non-deterministic memory management could be a problem

☛ b) Lack of third party libraries: Most of the available libraries do not support Java. Java has huge class library built in but they are not game related

☛ c) Not supported by game Console: Java is not supported by popular game consoles.

☛ d) Smaller Community: Most game programmers use C++ , so if you are developing games on Java, you can expect least help from others as very few programmers can give you the solution for your query.

 128 views

47⟩ Explain me how creative are you?

I would say that I am very creative in areas that I am good at producing materials for, and would be more than happy to learn about areas I am not so good at and be more creative in them.

 122 views