Gia Mata

Greenhorn
+ Follow
since Jul 12, 2014
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Gia Mata

Hi guys I'm new to programming and I would just like to know what happens inside the memory once you run a java application. How do the memory allocate space for your objects or variables? Where does it start?does it start in memory location 1 first when I create my first variable or object? What is the use of variables and how is it used by the memory?Also if I create a variable named String s1 then I created another variable again named s1= "myString" Did I create a new object or I just edited the value of the s1 variable??And if I create a variable int num1 = 10 then I created another variable int num1 = 12 did I create another one or I just edited the num1 variable?? Also how much memory would an object have? Does it depend on how many primitives objects like arrays or strings it have?Also I want to develop 3D games also, in the future is Java going to be great as I know machines in the future will have massive amounts of RAM and the JVM will be better... If you could give me also advice and tips on how to be a good programmer in Java. Thanks in advance for the help and advice guys!
9 years ago

Jeanne Boyarsky wrote:I don't see any security courses in the course list. I also don't see any course descriptions - just titles.



How about I go with CCNA with the emphasis on security? Will it be good addition with Java or is it just gonna be time wasting?
9 years ago

Jeanne Boyarsky wrote:

Knute Snortum wrote:Matching skills need to courses is the job of educational counselor.


It's also a lot of work.

Gia: Maybe you could pick one or two things you are interested in learning and ask here about courses for that?



Oh sorry my bad guys. It's just i would like to know also about security systems for computer so my applications would be secured. Should I go CCNA? CCNP? Comtia Security+? I know some of these tackle the networking side of I.T. but Comtia Security? CEH? Exchange Server.... I have little idea about these things. All I really wanted to know is what is the ebst complement or addition if you know Java. I'm leaning more on the security side but what course from these website will help me learn it? There is a courselist if you scroll down a little bit on this website here's the link http://www.zabeelinstitute.ae/dept_it.htm
9 years ago
Hi Guys based on the job descriptions below and skills what are the courses on this site http://www.zabeelinstitute.ae/dept_it.htm I should take to be able to learn those skills.I also love to program in Java but I would like to be more well rounded in I.T. as I think it would be better for me as sometimes I cant understand some of this when I encounter them I also want to know what is the best course on the site to complement my knowledge in Java.Hoping for your help thank you very much guys.

Job Description
• Server troubleshooting and configuration of client mailboxes. disaster recovery of mailboxes)
• Managing and expanding Local Area Networks .
• Technical Team Lead for Planning. Designing. Implementing. Integrating. and upgrading including LAN/WAN technologies
• Responsible for Managing IP addresses.
• managing wide range of tasks to keep the company's IT network .servers and security systems
• Efficiently administrating and maintaining the group of Windows 2003/2008 ensuring uptime. applications & operating system patches. maintenance releases, applying appropriate security policies.
• Proficiency in handling servers which include domain controller. exchange server file server, FTP
• server. firewalls backups, internet 8. moil monitoring and supporting end user.
• Managing users accounts. computer accounts. group policy. backup & restoring.DNS, DHCP and
• Responsible for managing network operations 1nclude: investigating and diagnosing networking problems.
• collecting IT usage slots. making recommendations for improving the company's IT
systems and carrying out routine configuration and installation.
• Configuring and troubleshooting outlook provide shoring permissions to their contacts. calendars & scheduling etc.
• Providing support and maintenance for the Firewalls
• Configuration. support and maintenance for AVAYA PABX and Dial Guard software for coli monitoring in/out
9 years ago
Hey hello guys good day!
Can anybody help me on creating an array searcher wherein it all depends on the user input. On the first user input it would be the array to search from while the second input would be something to be searched for inside the loop?Thanks any help would be deeply appreciated.
9 years ago
Man I'm lost I saw a somebody create this code below . I thought you can only create a new object using private implementations and then using a constructor to set your arguments inside the parameters of the constructor to the instance variables but how come he created an object without any private implementations and just methods inside the constructor.Can somebody please enlighten me on this one really confuse.


9 years ago
9 years ago