Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,207,843 members, 8,000,552 topics. Date: Tuesday, 12 November 2024 at 11:53 AM

Jamesunum's Posts

Nairaland Forum / Jamesunum's Profile / Jamesunum's Posts

(1) (2) (of 2 pages)

Music/Radio / Re: The Best Playlist I've Heard So Far by jamesunum: 8:49am On Jun 03, 2018
just try playlist.com.ng you wont regret it
jamesunum:
Latest from yemi alade
Music/Radio / Re: The Best Playlist I've Heard So Far by jamesunum: 7:46pm On Jun 02, 2018
Latest from yemi alade
jamesunum:
playlist.com.ng
Music/Radio / Re: The Best Playlist I've Heard So Far by jamesunum: 4:09pm On Jun 02, 2018
playlist.com.ng
jamesunum:
playlist dot com dot ng
Music/Radio / The Best Playlist I've Heard So Far by jamesunum: 2:00pm On Jun 02, 2018
playlist dot com dot ng
Programming / Learn How To Make Web Applications From Scratch The Right Way by jamesunum: 12:40pm On Apr 29, 2018
There are many facets to becoming a web developer. I’ve encountered developers who were good front end developers, or good backend developers. By ‘front end’, I mean more of the browser side technologies – HTML, CSS, Javascript and then JSP(Java) or PHP. Backend developers are going to have stronger skills with Java or PHP, databases (SQL and NoSQL).

WHERE TO START

HTML
CSS
JAVASCRIPT
JSP (JAVA) OR PHP

With these skills you can write any web app of your choice.

i normally train folks for 10 k a month but i'm i'm taking 50% off for beginners so you only need 5 k to start.

Intresed folks can contact me on 0903310186 7 or email me on chrisunum@gmail. com
Programming / Re: Code Java Like A Pro by jamesunum: 1:51pm On Mar 02, 2018
Zedoneb:
Whats your ID on Skype

chrisunum
Programming / Re: Code Java Like A Pro by jamesunum: 10:05am On Mar 02, 2018
Not to be confused with JavaScript, this general-purpose language was designed to be easier to use than C++, which was a notoriously complex language. 90% of the Fortune 500 companies have since used Java to develop desktop apps and website backend systems.

Java is a highly portable language as it must be executed through a cross-platform compatible Java Virtual Machine (JVM).Furthermore, Android apps are also developed using Java since the Android Operating System runs on a Java language environment.
Programming / Code Java Like A Pro by jamesunum: 2:51pm On Mar 01, 2018
Mode of Teaching: Online via skype

Java is Simple! It all depends on your caliber and efforts you put in while learning. With an English-like syntax, Java could be learnt in a short span of time, which in turn help you build useful applications.

This tutorial would help you learn Java like a pro. I have come up with tutorials on various topics of Java including tutorials on core java and advanced Java concepts and Java programming examples. This core Java Tutorial will also be a guide for those who will be interested in taking the OCAJP and OCPJP certifications. Whether you are a University student looking for learn Java programming or a company employee learning advanced Java topics for building an application in Java, this Java tutorial would definitely be useful for you. Let’s start learning.

Tutorials on Java basics
An introduction to java and java basics with examples.
1. Introduction to Java
2. Java Virtual Machine(JVM) Basics
3. First Java Program
4. Variables in Java
5. Java Data Types
6. Java Operators
7. If-else in Java
8. Switch-Case in Java
9. Java For loop
10. Java While loop
11. do-while loop in Java
12. Java Continue statement
13. Java Break statement

Java OOPs tutorial
14. Constructor in Java
15. Static keyword in Java
16. Java Inheritance with example
17. Types of inheritance in Java
18. Aggregation in Java
19. Association in Java
20. Super Keyword in Java
21. Method overloading in Java
22. Method overriding in Java
23. Java – Method Overloading vs Method Overriding
24. Polymorphism in Java
25. Types of polymorphism in Java
26. Static and dynamic binding
27. Abstract class in Java
28. Java Abstract method with example
29. Interface in Java
30. Java – Abstract class vs interface
31. Java Encapsulation with example
32. Java Packages with examples
33. Access modifiers in Java
33. Garbage Collection in Java
34. final keyword

Java Exception Handling Tutorial
35. Java Exception handling
36. Java try-catch block
37. Java finally block
38. How to throw exception in Java
39. Custom Exception in Java
40. Exception Examples

Java Collections Tutorial
41. Java ArrayList
42. Java LinkedList
43. Vector in Java
44. HashMap in Java
45. Java TreeMap
46. Java LinkedHashMap
47. Java HashSet
48. TreeSet in Java
49. LinkedHashSet
50. Hashtable in Java
51. Queue
52. PriorityQueue
53. Deque & ArrayDeque
54. Comparable Interface
55. Comparator Interface

Java Tutorial on Annotation, Enum and Regex
56. Java Enum
57. Java Annotations
58. Java Regex

Miscellaneous Core Java tutorial
59. String in Java
60. Java Multithreading
61. Java Serialization
62. Java AWT Tutorial
63. Java Swing Tutorial
64. Java autoboxing and unboxing
65. Wrapper Class in Java

Java 8 Tutorial
There are several new features introduced in Java 8. I have covered all the Java 8 Features in the separate tutorials, here are the links:
66. Java Lambda Expressions
67. Java Method References
68. Java Functional Interfaces
69. Java Stream Tutorial
70. Java Stream Filter Tutorial
71. Java Interface changes – introduction of default and static methods
72. Java forEach
73. Java Stream Collectors class
74. Java StringJoiner class
75. Java Optional class
76. Java Arrays Parallel Sort

Java Input/Output Tutorials
77. Create a file in java
78. Read a file in java
79. Write a file
80. Append to a file in java
81. How to delete file in Java
82. How to compress a File in GZip format
83. How to Copy a File to another File in Java
84. How to get the last modified date of a file in java
85. How to make a File Read Only in Java
86. How to check if a File is hidden

If you are interested, you can call me on: 09033101867, you can email me: jamesunum@gmail.com or leave your email or number below.

2 Likes

Programming / Learn To Code Java The Right Way by jamesunum: 3:56pm On Feb 19, 2018
Mode of Teaching: Online via skype

Java is Simple! It all depends on your caliber and efforts you put in while learning. With an English-like syntax, Java could be learnt in a short span of time, which in turn help you build useful applications.

This tutorial would help you learn Java like a pro. I have come up with tutorials on various topics of Java including tutorials on core java and advanced Java concepts and Java programming examples. This core Java Tutorial will also be a guide for those who will be interested in taking the OCAJP and OCPJP certifications. Whether you are a University student looking for learn Java programming or a company employee learning advanced Java topics for building an application in Java, this Java tutorial would definitely be useful for you. Let’s start learning.

Tutorials on Java basics
An introduction to java and java basics with examples.
1. Introduction to Java
2. Java Virtual Machine(JVM) Basics
3. First Java Program
4. Variables in Java
5. Java Data Types
6. Java Operators
7. If-else in Java
8. Switch-Case in Java
9. Java For loop
10. Java While loop
11. do-while loop in Java
12. Java Continue statement
13. Java Break statement

Java OOPs tutorial
14. Constructor in Java
15. Static keyword in Java
16. Java Inheritance with example
17. Types of inheritance in Java
18. Aggregation in Java
19. Association in Java
20. Super Keyword in Java
21. Method overloading in Java
22. Method overriding in Java
23. Java – Method Overloading vs Method Overriding
24. Polymorphism in Java
25. Types of polymorphism in Java
26. Static and dynamic binding
27. Abstract class in Java
28. Java Abstract method with example
29. Interface in Java
30. Java – Abstract class vs interface
31. Java Encapsulation with example
32. Java Packages with examples
33. Access modifiers in Java
33. Garbage Collection in Java
34. final keyword

Java Exception Handling Tutorial
35. Java Exception handling
36. Java try-catch block
37. Java finally block
38. How to throw exception in Java
39. Custom Exception in Java
40. Exception Examples

Java Collections Tutorial
41. Java ArrayList
42. Java LinkedList
43. Vector in Java
44. HashMap in Java
45. Java TreeMap
46. Java LinkedHashMap
47. Java HashSet
48. TreeSet in Java
49. LinkedHashSet
50. Hashtable in Java
51. Queue
52. PriorityQueue
53. Deque & ArrayDeque
54. Comparable Interface
55. Comparator Interface

Java Tutorial on Annotation, Enum and Regex
56. Java Enum
57. Java Annotations
58. Java Regex

Miscellaneous Core Java tutorial
59. String in Java
60. Java Multithreading
61. Java Serialization
62. Java AWT Tutorial
63. Java Swing Tutorial
64. Java autoboxing and unboxing
65. Wrapper Class in Java

Java 8 Tutorial
There are several new features introduced in Java 8. I have covered all the Java 8 Features in the separate tutorials, here are the links:
66. Java Lambda Expressions
67. Java Method References
68. Java Functional Interfaces
69. Java Stream Tutorial
70. Java Stream Filter Tutorial
71. Java Interface changes – introduction of default and static methods
72. Java forEach
73. Java Stream Collectors class
74. Java StringJoiner class
75. Java Optional class
76. Java Arrays Parallel Sort

Java Input/Output Tutorials
77. Create a file in java
78. Read a file in java
79. Write a file
80. Append to a file in java
81. How to delete file in Java
82. How to compress a File in GZip format
83. How to Copy a File to another File in Java
84. How to get the last modified date of a file in java
85. How to make a File Read Only in Java
86. How to check if a File is hidden

If you are interested, you can call me on: 09033101867, you can email me: jamesunum@gmail.com or leave your email or number below.
Programming / Re: Java Programer Needed by jamesunum: 12:23pm On Oct 10, 2017
talk2hb1:


J2EE or J2SE Developer??


SE
Programming / Java Programer Needed by jamesunum: 4:26pm On Oct 09, 2017
Please i need a java programmer to work with on a project in Abuja, money involved, please contact me as soon as you can on
zero nine zero three three one zero one eight six seven.

(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. 21
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.