Channel Avatar

Nikhil Guruji @UCuZZkaGpAnK9WUiRcEX4EuA@youtube.com

929 subscribers - no pronouns :c

Welcome to NikhilGuruji Channel – Your Gateway to Expertise


01:41:39
Important Coding Questions on Number, Array, String using JAVA
19:11
Sort first half of array in Ascending Order & second half of an array in Descending Order in JAVA
15:13
Print Fibonacci Series in JAVA | Print nth term in the Fibonacci series in the JAVA (Hindi)
08:57
Check Number is Palindrome Number or Not in JAVA (Hindi) | NikhilGuruji
08:23
How to reverse number in JAVA (Hindi) | NikhilGuruji
23:02
PHP Assignment/Project 5 Solution - Change Password Portal
20:30
PHP Assignment/Project 4 - Solution - Reset Password Form
14:40
How to Sum of all digits of a number using JAVA
15:34
How to separate digits from the number in JAVA | get unit place, tenth place, hundred place value
30:22
Core Java Interview Experience for Freshers - Part 1
01:02:57
PHP Assignment/Project 1 - Solution - Admin Updated Notice Board
11:50
16. Media in CSS | How to make responsive web page design in CSS | Media Screen
08:04
15. Filter Property in CSS (Hindi) | How to give effects to image in CSS | blur in CSS
18:55
14. Transform Property in CSS | transform : scale, rotate, translate, skew | Nikhil Guruji CSS
23:44
13. Transition Property in CSS (Hindi) | transition-duration | transition-timing-function
12:04
12. Position Property in CSS (Hindi) - Part 2 | Position fixed and sticky | Nikhil Guruji CSS
17:56
11. Position Property in CSS (Hindi) | Absolute, Relative Position Property | Nikhil Guruji CSS
12:06
10. Overflow Property in CSS (Hindi) | scroll, auto, hidden, visible overflow property in CSS
12:22
9. Padding Property in CSS (Hindi) | padding-right, padding-left, padding-top, padding-bottom in CSS
10:41
8. Margin Property in CSS (Hindi) | margin-top, margin-left, margin-right, margin-bottom, shorthand
18:07
7. Border Property in CSS | border-color | border-style | border-width | border-radius
21:19
6. Background Properties in CSS (Hindi) | How to set background image in web page using CSS
08:10
5. Font Properties in CSS (Hindi) | font-style | font-weight | font-family | font-size
17:16
4. Text Properties in CSS (Hindi) | Align, shadow, color, transform
24:06
3. Types of Selectors in CSS (Hindi) | Id, class, Tag, grouping, attribute, universal selectors
15:22
2. Types of Stylesheet in CSS (Hindi) | Internal CSS | External CSS | Inline CSS | Embed CSS Code
10:36
1. Introduction to CSS (Hindi) | CSS Syntax | CSS Applications | Web Page Designing | Nikhil Guruji
16:39
51. Garbage Collection in JAVA (Hindi) | use of gc(), finalize() in JAVA | Cleaning up unused object
18:26
50. this keyword in JAVA (Hindi) | Purpose of this keyword in JAVA | this keyword by Nikhil Guruji
03:51
49. FileReader class in JAVA (Hindi) | Reading file in JAVA using Character Stream | Nikhil Guruji
13:01
48. FileInputStream class in JAVA (Hindi) | Read file using Byte Stream in JAVA | Nikhil Guruji
05:19
47. FileWriter class in Java (Hindi) | Write a file in JAVA using Character Stream | Nikhil Guruji
14:18
46. FileOutputStream class in JAVA (hindi) | How to write file in JAVA | Byte Stream in JAVA
13:35
45. throws keyword in JAVA (Hindi) | Exception Declaration | Handling Checked Exception in JAVA
13:54
43. finally keyword in JAVA | Multiple catch in JAVA | Handling multiple exceptions in JAVA (Hindi)
11:57
42. Handling NullPointerException in JAVA (HIndi)
17:07
41. Handling ArrayIndexOutOfBoundsException in JAVA (hindi) | Array Index out of bounds Exception
16:28
40. Handling Artithmetic Exception in JAVA (Hindi) | Divide by Zero Error | use of Try Catch block
06:06
39. try catch block in JAVA (Hindi) | Exception Handling by try catch block in JAVA
10:14
38. What is Exception in JAVA (Hindi) | Exception Handling in JAVA | Checked vs Unchecked Exception
11:46
37. interface in JAVA (Hindi) | Abstraction in JAVA | Interview Questions on JAVA
24:38
36. abstract keyword in JAVA (HIndi) | abstract class in JAVA | abstract method | Abstraction
19:15
35. Packages in JAVA (Hindi) | User Defined Package | Import Statement | Built in Package in JAVA
20:18
34. Command Line Argument in JAVA | Wrapper Class in JAVA | Converting String into Integer in JAVA
20:15
33. Final Keyword in JAVA (Hindi) | Final Variable in JAVA | Final Method | Final Class in JAVA
09:52
32. Super Keyword in JAVA (Hindi) | Why to use super keyword? | use of super variable, super method
12:18
31. Method Overriding in JAVA (Hindi) | Runtime Polymorphism | Late Binding, Dynamic Binding in JAVA
05:07
30. Hierarchical Inheritance in JAVA (HIndi) with Program Explained
09:54
29. Multi Level Inheritance in JAVA (Hindi) with Program Explained
06:50
28. Single Level Inheritance | Single Inheritance in JAVA (Hindi) with Program Explained
19:30
27. Inheritance in JAVA (Hindi) | Types of Inheritance in JAVA
10:35
26. Method Overloading in JAVA | Compile Time Polymorphism | Early Binding | Static Binding in JAVA
26:44
25. Static Variable in JAVA | Static Function | Class Variable & Class Member Function in JAVA
25:30
24. Constructor in JAVA | Default Constructor | Parameterized Constructor | Constructor Overloading
30:42
23. Class & Object in JAVA | Declaration of Object | new Keyword | Class & Object Program
11:10
22. Type Casting in JAVA | Widening, Narrowing Conversion | Implicit Casting | Explicit Casting
05:39
21. Basic Exercise 2 - Sample Program based on User Input in JAVA
08:03
20. Basic Exercise 1 - Sample Program based on User Input in JAVA
05:12
19. Working with Scanner class in JAVA | How to take input from user in JAVA
11:41
18. Array in JAVA - Part 2