Hello Vijay. Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos. You can view all other Core Java with SCJP/OCJP Videos by Durga sir in the following link: goo.gl/kqvaf2
Good Evening Sir, still it is allowing declare an enum inside the method. I am using Jdk17 public class EnumExample { public static void main(String ar[]) {
enum Days { Mo, Tu, We, Th, Fr, Sa, Su; } Days d = Days.We; System.out.println(d); } }
Durga sir please add your class lacture for string concepts..I have read your string lacture without classes but I thought your class lacture is so good compare with without class lacture so please do it sir..
Hello venkat. Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos. Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
sir can you explain Garbage collection in the Enum concept, because it has to point to two references of the object is there any chance to get OutOf MemoryException
sir i have one confusion.at the time of assigning value to b you wrote it as Beer b=Beer.RC but at the time of writing cases in switch you wrote it directly as case RC not Beer.RC
Sir i have one confusion. i am a fresher and i am learning totaly java from DurgaSoft. Which are great videos. Up to now what topics i have covered are Basic, OOPS, Collections, MultiThreading,String Manipulatin. Sir can you please tell me How much more topic i need to cover to get a job as a fresher?
I feel it's a best place to learn java..still u have to do exception handling,file I/O , garbage collection , serialization , jvm architecture..thats it I think..
Can anyone explain this program, after calling Color c1 = Color.RED; how it giving output for all 3 colors too. enum Color { RED, GREEN, BLUE; private Color() { System.out.println("Constructor called for : " + this.toString()); } public void colorInfo() { System.out.println("Universal Color"); } }
public class Test { // Driver method public static void main(String[] args) { Color c1 = Color.RED; System.out.println(c1); c1.colorInfo(); } } Output: Constructor called for : RED Constructor called for : GREEN Constructor called for : BLUE // I am not getting how come calling red gives other colors name too. RED Universal Color
Again completed watching on Oct 20, 2024 at 10.08 PM :)
I learned all the great beers from India. Must try it all someday..
😂
😂😂😂😂😂
Don't try, otherwise... otherwise... your father will give left and right.
SIR GREAT EXPLANATION .GOD BLESS U.
super advertisement of Liquor by Durga sir
186 video completed🎉❤
26/12/2023
Nice Explanation Sir Now My Enum Concept is Cleared
Hello Vijay.
Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
You can view all other Core Java with SCJP/OCJP Videos by Durga sir in the following link:
goo.gl/kqvaf2
Sir, You postmortem Enum concept as well as All Beer types.... :)
Good Evening Sir, still it is allowing declare an enum inside the method. I am using Jdk17
public class EnumExample {
public static void main(String ar[]) {
enum Days {
Mo, Tu, We, Th, Fr, Sa, Su;
}
Days d = Days.We;
System.out.println(d);
}
}
Hello Venkatesh.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
thank you, sir, I learned lots of things
awesome
Durga sir please add your class lacture for string concepts..I have read your string lacture without classes but I thought your class lacture is so good compare with without class lacture so please do it sir..
Hello venkat.
Thanks for your valuable feedback. It will boost us to do new things. Please subscribe to get updates about new videos.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Completed watching on 10-06-2024 at 8.20 PM
sir, I can take enum inside a method as well
Hello Friend.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
How are you doing that bro??
sir can you explain Garbage collection in the Enum concept, because it has to point to two references of the object is there any chance to get OutOf MemoryException
Hello Rambabu.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Better don't try to save the pages 🤣😂 that was nice 1
Me how know only RC because of RCB ❤
sir i have one confusion.at the time of assigning value to b you wrote it as Beer b=Beer.RC but at the time of writing cases in switch you wrote it directly as case RC not Beer.RC
It returns RC value
sir im not getting public static final Beer KF= new Beer(); plz expln.
sir when icompiled t gives orphened case
Hello Manisha.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627,7207212427/28
Sir i have one confusion.
i am a fresher and i am learning totaly java from DurgaSoft.
Which are great videos.
Up to now what topics i have covered are
Basic, OOPS, Collections, MultiThreading,String Manipulatin.
Sir can you please tell me How much more topic i need to cover to get a job as a fresher?
I feel it's a best place to learn java..still u have to do exception handling,file I/O , garbage collection , serialization , jvm architecture..thats it I think..
😂🥳👏🐎👌
why can't we use arraylist instead of enums?
Hello Abinash.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
🐎🐎🐎🐎🐎🐎🥳🥳🥳🥳🥳🥳🥳🥳🤩🤩
Background color is not attractive sir, plz possible to provide the convenience to our eyes
Can anyone explain this program, after calling Color c1 = Color.RED; how it giving output for all 3 colors too.
enum Color
{
RED, GREEN, BLUE;
private Color()
{
System.out.println("Constructor called for : " +
this.toString());
}
public void colorInfo()
{
System.out.println("Universal Color");
}
}
public class Test
{
// Driver method
public static void main(String[] args)
{
Color c1 = Color.RED;
System.out.println(c1);
c1.colorInfo();
}
}
Output:
Constructor called for : RED
Constructor called for : GREEN
Constructor called for : BLUE
// I am not getting how come calling red gives other colors name too.
RED
Universal Color
Hello Aamir.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28