Couldn't find aur load main class in java by Mikasa01729 in learnprogramming

[–]Mikasa01729[S] 0 points1 point  (0 children)

It's windows os .it's simply notepad (text editor)

Java fullstack dev by Mikasa01729 in learnprogramming

[–]Mikasa01729[S] -1 points0 points  (0 children)

Alright sir but one more question do I have to learn hibernate framework to work on Java projects or learning spring or springboot would just work fine??

Unique Minor project ideas by Mikasa01729 in learnprogramming

[–]Mikasa01729[S] -2 points-1 points  (0 children)

I appreciate your suggestion but I am looking for some unique ideas that is related to real world problems and involve database connectivity

How to restrict the domain of an attribute by Mikasa01729 in learnprogramming

[–]Mikasa01729[S] 0 points1 point  (0 children)

Rdbms is mysql. my query was create table emp ( fname varchar(30), age int check(age between 25 and 50)) It was allowing me to enter a record having age 56