Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,206,513 members, 7,995,972 topics. Date: Wednesday, 06 November 2024 at 07:00 PM

Okunade's Posts

Nairaland Forum / Okunade's Profile / Okunade's Posts

(1) (2) (of 2 pages)

Programming / Re: Learn Java Programming Here Easily by okunade(m): 7:03am On Mar 02, 2009
very easy to start but you will need to download some packages from sun website given above after you must have installed the JDK. Go to www.java.sun.com/downloads then download J2DB base on your platform,
Programming / Re: Learn Java Programming Here Easily by okunade(m): 7:53pm On Mar 01, 2009
LESSON ONE,
Java is a programming Language developed by Sun Microsystem ltd 1995, [/i]note[i]
here we are not going to talk too much, no story
After the first section of the course leaners should be able to write simple but functional programming.

First requirement is to download the Java jdk 5.0 and above and get it install on our computer, it is free just go to www.java.sun.com
If u dont have JDK(Java Development Kits) u wont be able to compile,debug, or run ur program,
Programming / Learn Java Programming Here Easily by okunade(m): 6:10pm On Mar 01, 2009
smiley cheesy
I will teach java program step by step. No programming knowledge is required. Just get JDK 5 or higher installed on your computer. This can be downloaded from www.java.sun.com/downloads

1 Like

Programming / Re: Jcreator Softwares by okunade(m): 5:46pm On Mar 01, 2009
Jcreator is a best software to write, compile, and run your java program. its interface is friendly. You can download it on www.jcreator.com , it is free and easy to install. Install it on your computer. write to learn how to use it,
Programming / Jcreator Softwares by okunade(m): 1:02am On Mar 01, 2009
smileyPOST YOUR JAVA QUESTIONS HERE
Learn on how to use JCreator , the best software
Phones / Re: Celtel Web Activation & Settings! by okunade(m): 2:59pm On Aug 22, 2007
pls send it to me
my e-mail is guessy2k2@yahoo.com
thanks
Programming / Re: Algorithm For Solving Systems Of Linear Equations by okunade(m): 3:19pm On Aug 06, 2007
The algorithm is as follows.


prompt for the coefficient (a for X**2, b for X , and, c for constant).
Find the discriminant D.

D = b**2 - 4.*a*c

IF D == 0 THEN
X has repeated root.
root = - b / 2.*a

ELSE IF D > 0. THEN
X has two distinct roots
root_1 = (- b + SQRT (b**2 - 4*a*c)) / 2.*a
root_2 = (- b - SQRT (b**2 - 4*a*c)) / 2.*a

ELSE
X has complex root.
root_1 = -b / 2*a + SQRT (D) i / 2*a
root_2 = -b / 2*a - SQRT (D) i / 2*a

cheesy smiley
Phones / Re: GloMobile and Vmobile WAP services by okunade(m): 12:59pm On Aug 08, 2005
HI,
   CHECK THIS OUT. PLEASE CONFIGURATE YOUR PHONE BY GO TO WAP SERVICE SETTING....
SET AS FOLLOW........................

Operator Name....  Glogwap
Home URL............   http://wap.gloworld.com/
IP Address............  010.100.098.022
IP Port...................  9201     or (Unsecure)
APN........................  glogwap
Login ID.................  wap
Password...............  wap
Bearer....................  GPRS only
Session mode (Linger)....Permanent
Connection security.... OFF (UNSECURE)
Authentication type ... Normal
Login type...... Automatic.

Enjoy yourself with  Glo mobile internet service.
bye.
Phones / Re: Useful WAP/MMS tips on Glo plus everything you need to know by okunade(m): 2:25pm On Aug 05, 2005
Please I need someone to tell me the reason why my phone can not connect to internet. cos I always log on internet but my phone will show - Error:network unavailable.
please tell me the problem after configurate my phone on Glomobile internet with GPRS,It will not connect.

(1) (2) (of 2 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 17
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.