Coder Baba
2.42K subscribers
1.01K photos
23 videos
722 files
723 links
Everything about programming for beginners.
1 and only official telegram channel of CODERBABA India.

Content:
.NET Developer,
Programming (ASP. NET, VB. NET, C#, SQL Server),
& Projects
follow me https://linktr.ee/coderbaba
*Programming
*Coding
*Note
Download Telegram
OOPS Notes
how to create e-commerce database
๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
https://youtu.be/WEtdSQ_4_x4?si=u6MX1vY8kltpZW2c
๐Ÿ‘1
how to create e-commerce database
๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
https://youtu.be/WEtdSQ_4_x4?si=u6MX1vY8kltpZW2c
๐Ÿ‘1
Coder Baba pinned ยซRestaurant Management System๐Ÿ’ป Part-1 ๐Ÿš€ https://youtu.be/lOl7InrTnHQ?si=8Ul0j3ZOM7qzxle0 Restaurant ๐Ÿ’ป Part-2 ๐Ÿš€ https://youtu.be/nhA_dfmIkPU Restaurant ๐Ÿ’ป Part-3 ๐Ÿš€ https://youtu.be/bJwekdxwpaw ๐Ÿ‘‰Medical Apps: https://youtu.be/wXoyoPUWSH4?si=QwQ5CqETmOQN_3gmโ€ฆยป
Java Interview question:

1- It is possible to create an object without object reference.
2- Object reference occupies memory
3-Null is a string literal
4-Instance variables are stored in stack area.
5-Local variable can be accessed by using class name also.
6-Local Variable scope is based on access modifiers
7-Only one copy of class variable is created for all objects.
8-Default value of boolean is true.
9-This keyword is called as an object reference.
10-Array index begins with 1.
11-Object reference is also called as primitive type variable
12-Methods cannot be overloaded in the same class.
13-Constructors are used to initialize instance variables
14-A class can have only one static block.
15-A class can have any number of blocks
๐Ÿ‘4