What's new

Closed New to Java

Status
Not open for further replies.

DarkResurrection

Eternal Poster
Established
Joined
May 28, 2016
Posts
784
Solutions
1
Reaction
131
Points
309
Good Day sa inyo ka-PHC!

Ano po ba ang mga dapat kong i expect sa programming language na ito?

Mahirap po ba ito aralin?

May mga tips ba kayo na maibibigay to be a fast learner in learning Java programming?

ps. 1st year college pa lang po ako sa I.T. Ito daw po kaai topix namin for the whole sem para next year mai enroll daw namin yung OOP or what they called Object Oriented Programming.

Thanks sa mga makapagbibigay ng mga sagot sa mga tanong ko po. Power tayo mga ka -PHC!
 
Logic,.... Kung ako sayo pag aralan mo mabuti yan hanggang bago ka palang. Para d mag sisi sa huli.
 
Mahirap po ba ito aralin?

Java can be both easy and difficult. It's easy if you understand the intent, value, and design of the code. If the code is written well and follows best practices, it's not only easy to learn but also easy to maintain in the long run.

The difficulty in Java is when people misuse it, when they use häçks, and when they implement the solution with a bad design. This isn't true for Java alone. It can happen with any programming language. However that's one of the downsides of having a popular language -- you also get a lot of crap code. It's the same with JavaScript.

Make sure you learn from multiple sources. Find a mentor. Read Gang of Four,'s Design Pattern, understand the SOLID principles, and research all about best practices in Java.

If you practice the correct stuff and spend time, you'd learn it for sure.
 
ps. 1st year college pa lang po ako sa I.T. Ito daw po kaai topix namin for the whole sem para next year mai enroll daw namin yung OOP or what they called Object Oriented Programming.

Don't let your college level be a hindrance and an excuse in learning. Whether you have PhD, no college experience-- those are not valid excuses to learn.
 
Salamat po po boss ! ❤❤
Java can be both easy and difficult. It's easy if you understand the intent, value, and design of the code. If the code is written well and follows best practices, it's not only easy to learn but also easy to maintain in the long run.

The difficulty in Java is when people misuse it, when they use häçks, and when they implement the solution with a bad design. This isn't true for Java alone. It can happen with any programming language. However that's one of the downsides of having a popular language -- you also get a lot of crap code. It's the same with JavaScript.

Make sure you learn from multiple sources. Find a mentor. Read Gang of Four,'s Design Pattern, understand the SOLID principles, and research all about best practices in Java.

If you practice the correct stuff and spend time, you'd learn it for sure.
 
things to expect? di ako magiging specific pero parang mag aaral ka lang ng culture language, halimbawa speaker ka ng filipino na gusto matuto ng german, pero in a logical way or rather, a language for machine.

to be fast learner, it depends kung gaano ka ka-critical mag-isip sa output ng gagawin mong code :) my trick para mas mabili akong matuto noon: imitate, then modify ng kaunti, repeat hanggang magsawa, apply previous *basic* executions (more on conditionals) then proceed to another one.
 
Last edited:
Java is not a difficult language to learn. What is really difficult is "Programming" itself. The best thing to make it easier is to follow the best practices and general guidelines.
 
kailangan mulang intindihin ts, at kapag naintindihan mo... masasabi kulang sayu very easy...!!!! logic lang.. pag ma gets mo.. kaya muna.. pwd muna rin lagyan ng design yung ginawa mung codes....
 
things to expect? di ako magiging specific pero parang mag aaral ka lang ng culture language, halimbawa speaker ka ng filipino na gusto matuto ng german, pero in a logical way or rather, a language for machine.

to be fast learner, it depends kung gaano ka ka-critical mag-isip sa output ng gagawin mong code :) my trick para mas mabili akong matuto noon: imitate, then modify ng kaunti, repeat hanggang magsawa, apply previous basic executions (more on conditionals) then proceed to another one.
Java is not a difficult language to learn. What is really difficult is "Programming" itself. The best thing to make it easier is to follow the best practices and general guidelines.
kailangan mulang intindihin ts, at kapag naintindihan mo... masasabi kulang sayu very easy...!!!! logic lang.. pag ma gets mo.. kaya muna.. pwd muna rin lagyan ng design yung ginawa mung codes....
Maraming maraming salamat sa mga payo niyo mga sir! More power po sa inyo! 😍
 
Status
Not open for further replies.

Similar threads

Back
Top